[jQuery] Re: Different between this and $(this)
o.k. fine! I understand the difference! Thanks! x-herbert
[jQuery] Different between this and $(this)
is is running $("#form_zuw input[readonly]").each(function() { $(this).addClass("input_readonly"); }); Can you explain the different? Thanks x-herbert