I also wonder when I press the add category button the button disappears:

<div class="tab-content backend-detail slimScroll"> <div role="tabpanel" class="tab-pane active" id="articles" style="height: 100%"> <br><br> <div class="form-body  create-article"> <a href="{{ route('home-addpages')}}" class="btn btn-green btn-act-edit" data-id="" data-tittle="" data-content="">Add Category</a> <div style="color: white;">Category: <br><br>

                Category #1 

                <a href="#" class="btn btn-green btn-act-edit" data-id="" data-tittle="" data-content="">Edit</a> <a href="#" class="btn btn-green btn-act-edit" data-id="" data-tittle="" data-content="">Delete</a> </div> </div> </div> </div> 

Recommended Answers

All 2 Replies

You can't expect anyone to work out what's going on without posting the accompanying JavaScript. I suggest you make a JSFiddle or similar.

commented: Davy has been here 6 years. You'd think... +15

I finally find the answer:

editing the css links keeps the button in place.

<a href="#" class="btn btn-green" data-id="" data-tittle="" data-content="">Edit</a>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.