Posts by Vini Diascanio • 166 points
5 posts
-
1
votes1
answer1552
viewsA: Modal Bootstrap with input content
Via jQuery, instead of just firing the modal, you can make sure that when the user clicks the modal button, you also capture the value of the input and then you put it inside somewhere you want:…
-
5
votes4
answers11030
viewsA: Edit directly via FTP with Sublime Text
Man, I usually use the Filezilla as Client for FTP, and I have configured Sublime as the default editor for it...and when I edit from the server files, saving Filezilla already asks if I want to…
-
4
votes6
answers20110
viewsA: How to center the content of an element vertically?
Dude, to center both vertical and horizontal in this case...you need to set the element size, and beyond the top:50% use margin-top negative with half of the height of element. For example in your…
-
1
votes4
answers2572
viewsA: Expandable menu CSS transitions
Since you are using Javascript to add the class, why not use a jQuery to do this? You wouldn’t work the fixed size...and then behave like an accordion.. HTML: <ul> <li> Pequeno…
-
4
votes4
answers15388
viewsA: How to make a table responsive using (Twitter) Bootstrap?
Here are some interesting options for responsive tables: http://elvery.net/demo/responsive-tables/ And I don’t know either which version of Bootstrap you’re using, but the 3 has some changes in the…