I have now just tried
destination.load('/lib/ajax/price_buster.php', {'get': 'destination'});
destination.bind('change', function()
{
reset_data(0);
var destination_var = $('[EMAIL PROTECTED]');
nights.load('/lib/ajax/price_buster.php', {'get': 'nights',
'destination':
destination_var.val()});
nights_tr.show();
});
And that does not work. what else could be wrong.
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#a12235664
Sent from the JQuery mailing list archive at Nabble.com.