Forum Moderators: open

Message Too Old, No Replies

writing new javascript with ajax?

         

distorto

8:04 pm on Oct 3, 2007 (gmt 0)

10+ Year Member



can this be done? I'm having real problems getting a button (ajax generated) to trigger a js function. I'm generating three anchors via an ajax call and each of them should be able to trigger its own function. It's not working...
Am I missing something?

distorto

8:27 pm on Oct 3, 2007 (gmt 0)

10+ Year Member



figured it out. It was just a dumb mistake, but all the \" vs " vs ' and combinations gets me soooooo confused about where the problem lies sometimes.

eelixduppy

9:58 pm on Oct 3, 2007 (gmt 0)



Glad you solved your problem. You have to watch out for quotes like that. Sometimes its easier to have a function escape the ones you need escape for you because it makes it easier to read.