Forums / Cotonti / Extensions / AJAX parts in plugs

Trustmaster
#24276 2010-04-22 16:54
Well, #x is not a correct selector for that element, to get an input by name better use
$("input[name=x]").val()
May the Source be with you!