it looks like that IE does not support onchange on div, is ther a simple way
around this because if not i am going to have to spend a few hours rewriting
this(there are about 7 dropdowns in div the pull data base on the options
abopve)


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#a12240435
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to