[jQuery] Re: Changing the slider value programatically

2009-09-14 Thread David Garthe
Left this out accidentally: I have this on the modal box page being called: But this does not change the

[jQuery] Changing the slider value programatically

2009-09-14 Thread David Garthe
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

[jQuery] Re: simpleModal question. PLEASE HELP!

2009-09-09 Thread David Garthe
n() { >         [snip] >                 $.get("form.cfm", function(data){ >                         // create a modal dialog with the data >                         var d = $("").append(data); >                         $(d).modal({ >         [snip] > > })

[jQuery] simpleModal question. PLEASE HELP!

2009-09-09 Thread David Garthe
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

[jQuery] getting new window to appear at mouse click coordinates

2008-10-18 Thread David Garthe
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