jquery-bootstrap-scripting icon indicating copy to clipboard operation
jquery-bootstrap-scripting copied to clipboard

A number of jQuery plugins to ease scripting of bootstrap featured pages.

Results 10 jquery-bootstrap-scripting issues
Sort by recently updated
recently updated
newest added

Hey, Thanks for your plugin, great work! I've made a plugin that relies on yours to support URLs to be loaded on an iframe inside a modal. Feel free to...

backlog

Hello, with that patch I made dialog2.ajax-complete event usefull. With that params I can have much more control over ajax process.

backlog

_where should i made changes._ var Login = function () { var e = function () { $(".login-form").validate({ errorElement: "span", errorClass: "help-block", focusInvalid: !1, rules: {username: {required: !0}, password: {required:...

backlog

Hi, I am trying to add an ajaxed link to the `modal-footer` to return the user to previous page of the flow. Like so: ``` Step 2 Step 2 Close...

backlog

Hello, Thank you for your beautiful plugin. Is there any plans for adding bootstrap 3 support?

enhancement
backlog

Hi, the modal will close after the page do not reload, it is possible? the modal box will close as when I click on close. Thank you...

backlog

Bootstrap modal has the ability to specify a fade class which provides a nice animation and fade effect when closing the dialog. Is this a feature you might consider adding?...

enhancement
backlog

Using something like ``` $(document).on('click', '.ajax', function(event) { ... }); ``` would allow us to make ajax links clickable independant of whether they were explicitly ajaxified.

backlog

I tried you plugin and it works well. But I am not able to integrate jquerry search plugin with this. On the modal popup, I have a form and I...

backlog