Welcome Guest, Not a member yet? Register   Sign In
JQuery Validation
#16

[eluser]RobbieL[/eluser]
Cheers guys. I've been having a look at the JQuery plugins for forms, especially ajaxSubmit. I don't know why I'm having trouble understanding it, maybe it's because it seems just to simple. The example provided says:

Code:
var options = {
    url: myXmlUrl.php,
    dataType: 'xml',
    success: function(responseXML) {
       // responseXML is XML document object
       var data = $('myElement', responseXML).text();
    }
};
$('#myForm').ajaxSubmit(options);

Have I got this right? When the form with the ID of "myForm" is submitted, it runs the options in the variable. Taking into consideration I want to make use of the CI validation, the URL would be the path to my controller that deals with the validation, dataType is simply saying the data returned from the server will be in XML and if everything is successful, run a function that spits out the data from the XML into a DIV with the ID of myElement.

Also, since I began messing around with JQuery, I keep seeing "JSON" popping up. What exactly is the benefit of using JSON over XML?


Messages In This Thread
JQuery Validation - by El Forum - 11-26-2007, 05:55 AM
JQuery Validation - by El Forum - 11-26-2007, 09:18 AM
JQuery Validation - by El Forum - 11-26-2007, 09:46 AM
JQuery Validation - by El Forum - 11-26-2007, 10:05 AM
JQuery Validation - by El Forum - 11-26-2007, 10:46 AM
JQuery Validation - by El Forum - 11-26-2007, 11:07 AM
JQuery Validation - by El Forum - 11-26-2007, 01:15 PM
JQuery Validation - by El Forum - 11-27-2007, 02:23 AM
JQuery Validation - by El Forum - 11-27-2007, 02:41 AM
JQuery Validation - by El Forum - 11-27-2007, 04:14 AM
JQuery Validation - by El Forum - 11-27-2007, 04:22 AM
JQuery Validation - by El Forum - 11-27-2007, 04:36 AM
JQuery Validation - by El Forum - 11-27-2007, 04:55 AM
JQuery Validation - by El Forum - 11-27-2007, 09:32 AM
JQuery Validation - by El Forum - 11-27-2007, 09:59 AM
JQuery Validation - by El Forum - 11-28-2007, 04:33 AM
JQuery Validation - by El Forum - 11-28-2007, 04:48 AM
JQuery Validation - by El Forum - 11-28-2007, 04:49 AM
JQuery Validation - by El Forum - 11-28-2007, 04:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB