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
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
2 matches
Mail list logo