[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

[jQuery] Multi Combined Selectors

2009-09-18 Thread ndes
hi all. i'm new here and i hope posting in right place. I'd like to ask if and how I can add multicombined selectors like: $(this).parent().parent().$("input:checkbox[class='list']").attr ('checked') I know that the $("input:checkbox[ppb='list']") isn't right but i just want to show you what i wa