[jQuery] Re: JS Inside of a Div loaded with $("#content").load("..")...

2008-11-19 Thread TI Wizard
> before firing the ready state again. > Anyways, regarding the plugin, this may seem like a dumb question but is the > plugin loaded and available at the time the call is made? > > alert(typeof $("#contentTbl").tableDnD); // function? > > -Hector > > > > On Wed, N

[jQuery] Re: JS Inside of a Div loaded with $("#content").load("..")...

2008-11-19 Thread TI Wizard
e? It might be a syntax error. > -Hector > > > > On Wed, Nov 19, 2008 at 3:45 PM, TI Wizard <[EMAIL PROTECTED]> wrote: > > > Anyone? > > > On Nov 18, 7:58 pm, TI Wizard <[EMAIL PROTECTED]> wrote: > > > Javascript and default JQuery (and UI) stuff

[jQuery] Re: JS Inside of a Div loaded with $("#content").load("..")...

2008-11-19 Thread TI Wizard
Anyone? On Nov 18, 7:58 pm, TI Wizard <[EMAIL PROTECTED]> wrote: > Javascript and default JQuery (and UI) stuff works inside of a DIV > which was loaded with the Ajax Load function.. However, plugins > don't... > > How can I get the javascript to work inside of the di

[jQuery] JS Inside of a Div loaded with $("#content").load("..")...

2008-11-18 Thread TI Wizard
Javascript and default JQuery (and UI) stuff works inside of a DIV which was loaded with the Ajax Load function.. However, plugins don't... How can I get the javascript to work inside of the div that was loaded? Tried multiple plugins and it gives me the error: Message: Object doesn't support th

[jQuery] Using Ajax with a form created with html()

2008-10-10 Thread TI Wizard
I am quite new to jQuery, and am very impressed so far. It makes life quite a bit easier when trying to program in Javascript. Now, I am creating a Citation Generator for school. I have 1 form on the page, but it is empty except for a submit button and a tag with an id of "formArea". I have jQue