[jQuery] Re: Dynamically set function settings?

2007-07-23 Thread juliandormon
Hi Mike, I have been playing with this and I am running into trouble. Basically I output my new javascript into the body of my html, like so: scr*pt l*nguage=j*vascript alert('fired 1'); $('#slideShowasset1').innerfade({ animationtype: 'fade', speed: 'slow', timeout: 1000, type: 'sequence',

[jQuery] Re: Dynamically set function settings?

2007-07-21 Thread Michael Geary
From: juliandormon Is it possible to write javascript dynamically so new functions are created with the new parameters once the user makes a change? These functions need to be added to the head of my page because they get called after other functions. In other words, the new functions

[jQuery] Re: Dynamically set function settings?

2007-07-21 Thread juliandormon
HI Michael, Thank you so much for the very informative answer. I believe it will serve me well in the future. I guess what I was driving at, was rewriting a function in the head of my page. But I see now that I can simply call dynamically generated functions from the head - so there is no need