jBox
jBox copied to clipboard
jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more.
Hi] Using your jBox for the first time and not that experienced. How can I, if possible link an html pages content into a modal. e.g take the whole page...
I am migrating some dialogs to jBox, but I also have lots of bootstrap modals in my app that will remain for a while. I've got my bootstrap modals always...
After loading content into a jbox modal, the height of the modal stretches below the bottom of the window, and the window cannot be scrolled. Ideally, I would like to...
Hi How can use confirm box to submit the form? ``` First name: Last name: Submit ```
`// Set the jBox type jQuery.type(type) == 'string' && (this.type = type);` jQuery.migrate-3.3.2 throws this warning for line 198 in jbox.all.js v 3.5 I am not sure how to fix...
Changed jQuery.type to typeof. Fix for issue: #189
Hi, I'm having problems opening a modal. The first time I click on the trigger (Calendar event), the modal is set off view, while the overlay is visible, but if...
I've been using jBox more lately and I have to explicitly set the `zIndex` option for each dialog instance as not to conflict with existing `z-index` values in my UI....
Hi, just noticed auto z-index is wrong when attach tooltip to an element placed inside a opened jbox modal content and i have to set tooltip z-index higher than jbox...
Seems usefull to have the possibility for the user to resize the modal size. Just droping this as a suggestion, not sure what the implications would be. In addition I...