Posts by Daniel Swater • 1,251 points
57 posts
-
2
votes4
answers3063
viewsA: Centralize paging in Bootstrap v2.1.0
Problem solved. The div was like this: <div id="div_paginacao" class="span12" style="width: 400px; margin: 0 auto; float: none;"></div>…
twitter-bootstrapanswered Daniel Swater 1,251 -
2
votes4
answers3063
viewsQ: Centralize paging in Bootstrap v2.1.0
I need to centralize a result pagination using Bootstrap v2.1.0, I tried to put text-align in div but also failed. That’s the code I’m using: <div class="row-fluid"> <div id="div_paginacao"…
twitter-bootstrapasked Daniel Swater 1,251 -
7
votes1
answer370
viewsQ: Responsive Nav-bar at the Foundation?
I am maintaining a site that was done with Foundation, and I really have no knowledge of this framework, because I only work with Bootsrap. I’ve searched the Foundation documentation but I can’t…
-
16
votes4
answers4212
viewsQ: How do I start the next ten?
How can I round a number to the nearest ten in Javascript? For example: The user type 11, then round to 20; the user type 11.5, round to 20; and so on.
-
0
votes2
answers2405
viewsA: Paging inside modal window in bootstrap
I managed to solve the problem, maybe not in the best way, but it’s working. Follow: $("#btn-busca").click(function(e) { var busca = $("#busca").val(); var id_profile = $("#id_profile").val(); //var…
-
4
votes2
answers2405
viewsQ: Paging inside modal window in bootstrap
I have a modal window in bootstrap, and inside it a pagination, it happens that every time I click on some pagination link, the modal closes. Does anyone know how I keep the modal open? jQuery:…
-
3
votes4
answers8540
viewsQ: How to let bootstrap tab active after clicking on pagination?
I have a screen made in the bootstrap that contains two tabs, one called "Settings" and the other "Users". Inside the tab "Settings", I have a simple, normal form, already inside the tab "Users", I…