Welcome Guest, Not a member yet? Register   Sign In
Problem with jquery when i'm trying to remote
#8

[eluser]Cristian Gilè[/eluser]
Quote:
Code:
$(function(){
    $("#commentForm").validate({
        rules: {
            email: {
                required: true,
                email:true,
                remote: "http://www.codeigniter.com/login/check"
            }
        }
});

In the posted code a closing bracket is missing. It should be:

Code:
$(function(){
    $("#commentForm").validate({
        rules: {
            email: {
                required: true,
                email:true,
                remote: "http://www.codeigniter.com/login/check"
            }
        }
    });
});


Cristian Gilè


Messages In This Thread
Problem with jquery when i'm trying to remote - by El Forum - 01-28-2011, 09:08 AM
Problem with jquery when i'm trying to remote - by El Forum - 01-28-2011, 09:24 AM
Problem with jquery when i'm trying to remote - by El Forum - 01-28-2011, 09:29 AM
Problem with jquery when i'm trying to remote - by El Forum - 01-28-2011, 09:31 AM
Problem with jquery when i'm trying to remote - by El Forum - 01-28-2011, 09:39 AM
Problem with jquery when i'm trying to remote - by El Forum - 01-28-2011, 09:45 AM
Problem with jquery when i'm trying to remote - by El Forum - 01-28-2011, 09:47 AM
Problem with jquery when i'm trying to remote - by El Forum - 01-28-2011, 10:04 AM
Problem with jquery when i'm trying to remote - by El Forum - 01-28-2011, 10:44 AM
Problem with jquery when i'm trying to remote - by El Forum - 03-10-2011, 12:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB