I´m with problems trying use variables like this
var valor = $(this).val(); $("#num_resp").blur(function(){ alert(valor); }); Why dont work? What is the correct way? Couze that works $("#num_resp").blur(function(){ alert($(this).val()); }); -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com