Left this out accidentally:
I have this on the modal box page being called:
But this does not change the
How do I reset a slider value after it has been declared from a
calling page?
I have a modal box, that has a form in it. I use this form to add/
edit items. Within that form, I have a slider from jquery UI. When I
click on a link to bring up the modal box and EDIT data, I'm having
trouble popu
n() {
> [snip]
> $.get("form.cfm", function(data){
> // create a modal dialog with the data
> var d = $("").append(data);
> $(d).modal({
> [snip]
>
> })
Hi,
I hope someone is familiar with simpleModal. I'm trying to add some
effects to the popup, but keep getting errors when I add my "onOpen"
parameter. Here's my code. Thank!
$(document).ready(function() {
$('#create-user').click(function(e) {
e.pr
I need to have a window appear at the exact location of the link that
I click (so its not floating in the middle of the page or something).
Can someone help me out? Thanks.
// this example shows the use of onShow and onHide callbacks.
Make
5 matches
Mail list logo