var destination = $('#destination');
it is a select box. duma wrote: > > What sort of element is destination? Please paste its declaration. > > Sean > > > Eridius wrote: >> >> does .change not work it IE becauseI have this >> >> 310 destination.load('/lib/ajax/price_buster.php', {'get': >> 'destination'}); >> 311 destination.change(function() >> 312 { >> 313 reset_data(0); >> 314 var destination_var = $('[EMAIL PROTECTED]'); >> 315 >> 316 nights.load('/lib/ajax/price_buster.php', {'get': 'nights', >> 317 'destination': destination_var.val()}); >> 318 nights_tr.show(); >> 319 }); >> >> And the first .load work but the second one does not load and the only >> thing i can think of is that IE does not like .change. >> > > -- View this message in context: http://www.nabble.com/.change%28%29-and-IE-bug-tf4298714s15494.html#a12235731 Sent from the JQuery mailing list archive at Nabble.com.