[jQuery] adding two functions together

2008-04-01 Thread cmt
I have 2 javascript calls in an tag. Originally I had just used standard javascript and put the 2 functions together like this: click me to execute the 2 javascript functions But it only worked part of the time. I then tried changing it using jQuery like this: $('a#"functionClick"').c

[jQuery] Re: is this possible with jquery?

2008-04-01 Thread cmt
Thanks! On Apr 1, 3:26 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > definitely yes, using the livequery plugin > :http://brandonaaron.net/docs/livequery/ > > .. and much much more ! > > > > On Mon, Mar 31, 2008 at 8:54 PM, cmt <[EMAIL PRO

[jQuery] call another function with jquery

2008-04-01 Thread cmt
I have a page that loads dynamically via innerHTML...I would like to replace the loading script with something from the jQuery library. But I cannot find any jQuery function in the documentation that will do what I need it to do. I suppose I should explain what I want it to do. I want another

[jQuery] is this possible with jquery?

2008-03-31 Thread cmt
Hi, I have a tag on my page that I am using as a dynamic content holder. I have a javascript that loads HTML files into the via ".innerHTML". This part works fine, it loads the pages and displays nicely. However I cannot get javascripts to work in the dynamically loaded pages. I have tried