[jQuery] Draggable to Grid Help?

2008-12-17 Thread ryanhavoc
Hi, I have a series of draggable elements within a containing element. I want the to drag on a grid but I want them all to snap to the same grid no all have their own individual snappings. Does anyone know how I can do this? Thanks

[jQuery] Struggling with Callbacks

2008-11-03 Thread ryanhavoc
Hi, Hope someone can help. I'm struggling with getting my syntax right for a call back. What's i've done is wrap my setting for the jQuery dialog plugin in a function so I can use the same setting over and over. So that's looks like this: function opendays_dialog(trigger){ //Get href fr

[jQuery] Re: Dialog box that auto expands depending on content

2008-10-29 Thread ryanhavoc
I've fixed it. Set a line of jQuery to set the height to auto for ui- dialog-content. Wouldn't work through just CSS. Cheers On Oct 29, 12:01 pm, ryanhavoc <[EMAIL PROTECTED]> wrote: > Yeah the jQuery UI Dialog plugin. > > On Oct 29, 11:43 am, Ettiene <[EMAIL PRO

[jQuery] Re: Dialog box that auto expands depending on content

2008-10-29 Thread ryanhavoc
pands. > You using a Jquery UI dialog plugin? > > Ettiene > > On Oct 29, 12:51 pm, ryanhavoc <[EMAIL PROTECTED]> wrote: > > > I have a form that I pull into a dialog box. I've set the dialog to > > have an "auto" height as an option and it sets the

[jQuery] Dialog box that auto expands depending on content

2008-10-29 Thread ryanhavoc
I have a form that I pull into a dialog box. I've set the dialog to have an "auto" height as an option and it sets the height when the form is pulled in. However I'm also using the validate plugin which when displaying an error message adds additional height the the form. However the dialog doesn

[jQuery] Re: [validate] Problem with validation on a form pulling in with Ajax

2008-10-29 Thread ryanhavoc
instead to handle the > submit. > > Jörn > > On Wed, Oct 29, 2008 at 11:14 AM, ryanhavoc > > <[EMAIL PROTECTED]> wrote: > > > Okay, I've replaced the minified files with uncompressed. Refresh. > > > Thanks > > > Ryan > > > On Oct

[jQuery] Re: [validate] Problem with validation on a form pulling in with Ajax

2008-10-29 Thread ryanhavoc
files with normal > source files, but makes debugging possible. > > Jörn > > On Wed, Oct 29, 2008 at 10:59 AM, ryanhavoc > > <[EMAIL PROTECTED]> wrote: > > > OK, I've created a test page getting rid off all the over javascript > > i'm using. >

[jQuery] Re: [validate] Problem with validation on a form pulling in with Ajax

2008-10-29 Thread ryanhavoc
> unrelated so that we can focus on the actual problem. > > Jörn > > On Wed, Oct 29, 2008 at 10:16 AM, ryanhavoc > > <[EMAIL PROTECTED]> wrote: > > > Yes, $("#attendee_editForm") is the id of the form being pulling in. > > > It's difficult

[jQuery] Re: [validate] Problem with validation on a form pulling in with Ajax

2008-10-29 Thread ryanhavoc
") match any elements? A testpage would help. > > Jörn > > On Tue, Oct 28, 2008 at 5:38 PM, ryanhavoc <[EMAIL PROTECTED]> wrote: > > > I have a script that generates a form. I'm pulling this form into a > > dialog box on my main index page via

[jQuery] [validate] Problem with validation on a form pulling in with Ajax

2008-10-28 Thread ryanhavoc
I have a script that generates a form. I'm pulling this form into a dialog box on my main index page via Ajax and trying to attached the Validate plugin to the form. So I've got this: $("a.attendee_add").click(function() { //Get href from link var addURL = $(this).attr("href");