This line crashes all my jQuery scripts in IE only:
$("[EMAIL PROTECTED]").var = state;
Part of my code:
var state = $("[EMAIL PROTECTED]:checked").val();
$("[EMAIL PROTECTED]").var = state;
I want to set value of hidden input named "breakfast".
Please explain me why.
It's my first script using jQuery.
$(document).ready(function(){
$("a").filter('.showPrices').toggle(function(){
$("."+this.id).slideDown('slow');
$("."+this.id).addClass("singleOffer");
},function(){
$("."+this.id).slideUp('slow');
});
});
show/hide
prices
show/h
2 matches
Mail list logo