Re: Dajaxice with Jquery issue

2010-04-15 Thread elijah rutschman
One solution would be to attach your click event handler later, using an anonymous function instead of an inline onClick attribute. $('').appendTo('.routelist').click(function(){ Dajaxice.maps.reservation('reservation_callBack'); }); On Wed, Apr 14, 2010 at 10:02 AM, Alexis Selves

Re: Dajaxice with Jquery issue

2010-04-14 Thread natebeacham
Use back slashes to escape your nested quotes. ie: onClick='Dajaxice.maps.reservation(\'reservation_callBack\')' On Apr 14, 11:02 am, Alexis Selves wrote: > Hi everyone, > I am trying to use dajax with jquery. I am dynamicaly making forms > with Jquery and  each contains

Dajaxice with Jquery issue

2010-04-14 Thread Alexis Selves
Hi everyone, I am trying to use dajax with jquery. I am dynamicaly making forms with Jquery and each contains button with dajax reference. $(".routelist").append(" with this i get syntax error. I am trying this: $(".routelist").append(" no ' ' in Dajaxice.maps.reservation(reservation_callBack).