Here is what the response looks like: <form id="iiForm" name="iiForm" method="post" action="/dev/ii.faces" enctype="application/x-www-form-urlencoded"> <input id="iiForm:iiDude" name="iiForm:iiDude" type="text" value="Show Me The Money" />
Here I want to get the value of iiForm:iiDude. On Nov 11, 2:18 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Requesting some light on how to pull an element/value from > > $.ajax( complete : callback() ). What do I need to do to parse the > > xhr.responseText in callback ? > > What does the response text look like? Is it just a string? Is it > JSON? Is it XML?