Forums / Cotonti / Extensions / AJAX parts in plugs

Trustmaster
#24284 2010-04-23 14:20
# urlkiller : @trustmaster

as i understand it the $("input[name=x]").val() is deprecated since 1.1.4 or so... it should be: $("input[@name=x]").val()
Vice versa.
http://api.jquery.com/category/selectors/
May the Source be with you!