Re: [jQuery] click Event Problem with appended html element

2009-11-07 Thread Leonardo K
Look the live event: http://docs.jquery.com/Events/live#typefn On Sat, Nov 7, 2009 at 10:49, ndes wrote: > Hi! I was wondering if i made something wrong or this dont works in > general. I have a drop down list that "onChange" loads some data an > pops a list of img+text > > $('#selectDisplay').c

[jQuery] click Event Problem with appended html element

2009-11-07 Thread ndes
Hi! I was wondering if i made something wrong or this dont works in general. I have a drop down list that "onChange" loads some data an pops a list of img+text $('#selectDisplay').change(function(){ . //LOOP $("#btnDisplay").append(''+respObj.jsonarray[i]['name'] +''); . }); I also h