Форумы / Cotonti / Extensions / AJAX parts in plugs

Trustmaster
#24276 22.04.2010 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!