Archivi categoria: Bootstrap

Bootstrap tools

I’m working with boostrap and before doing my work I usually create mockups about what I would realyze. In the past I used pencil and paper, after that I bought a laptop with touchscreen, so now I use one note … Continua a leggere

Pubblicato in Bootstrap | Contrassegnato , , , , , | Lascia un commento

Bootstrap smooth animation change column width

In bootstrap there is a great grid layout system. My request today was to resize a column dynamically I found this sample: http://jsfiddle.net/tolginho/EBqZv/5/ My target was collapse a right column like a sidebar: this is the result: http://jsfiddle.net/0gg8ych3/1/ Here my … Continua a leggere

Pubblicato in Bootstrap, HTML5 | Contrassegnato , , , , , | Lascia un commento

JQuery Validation plugin with bootstrap css class

I like JQuery Validation plugin but when I use it on bootstrap site it’s important to use bootstrap validation class to get the best user experience. I found this great solution to use bootstrap css class with Jquery Validation plugin. … Continua a leggere

Pubblicato in Bootstrap, HTML5, jquery | Contrassegnato , , , , , | Lascia un commento

Validation Jquery plugin on Bootstrap Modal

JQuery validation plugin work only with a form. It’s possible validate all controls inside a form but is not possible validate the controls inside a div. So how can we validate a bootstrap modal popup? Place in the modal html … Continua a leggere

Pubblicato in .Net, Asp.Net, Bootstrap, HTML5, jquery | Contrassegnato , , , , , | Lascia un commento

Show Modal popup from other page using Bootstrap

I like put the code of the popup in a separated page. In this example I put the popup code in mypage.htm and this is the code of default.html As you can see, I haven’t write any line of javascript … Continua a leggere

Pubblicato in Asp.Net, Bootstrap, c#, jquery | Contrassegnato , , , , , | Lascia un commento