Activity Stream
48,167 MEMBERS
6726 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 9 of 9

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member
    Website's:
    Doxsters.net

    Default Just doesnt work[JQuery]

    Okay so im trying to do some Jquery form validation, here's my code:

    http://pastie.org/1051764

    For some reason, it just doesn't work, like it's not even there, any ideas?
    timtamboy63 Reviewed by timtamboy63 on . Just doesnt work[JQuery] Okay so im trying to do some Jquery form validation, here's my code: http://pastie.org/1051764 For some reason, it just doesn't work, like it's not even there, any ideas? Rating: 5

    Need a Designer/Web Developer? Click Me

    MSN: PM me for it.
    Email(Preferred):timtamboy63@gmail.com

    "Power Corrupts. Absolute Power Corrupts Absolutely"

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    Yea install fire-bug(ffx), or switch to google chrome and it will tell you exactly what your doing wrong.
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  4.     
    #3
    Member
    Website's:
    Doxsters.net
    I've got firebug, in the console window it doesnt say anything

    Need a Designer/Web Developer? Click Me

    MSN: PM me for it.
    Email(Preferred):timtamboy63@gmail.com

    "Power Corrupts. Absolute Power Corrupts Absolutely"

  5.     
    #4
    Member
    Website's:
    mirrormaker.org
    Does(jQuery); need to be at the end? Try putting an alert in somewhere and see if it works.
    Busy with real life - unlikely to see new PM's

  6.     
    #5
    Member
    Website's:
    Doxsters.net
    I've tried that, it didnt change anything so I removed it

    Need a Designer/Web Developer? Click Me

    MSN: PM me for it.
    Email(Preferred):timtamboy63@gmail.com

    "Power Corrupts. Absolute Power Corrupts Absolutely"

  7.     
    #6
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    Your using BitWise oeprators you plonka!

    & = Bitwise
    && = Logical "and" operator

    PHP Code: 
    if(validateFirstName() & validateLastName() & validateEmail() & validatePhone()) 
    Becomes:

    PHP Code: 
    if(validateFirstName() && validateLastName() && validateEmail() && validatePhone()) 
    Also, REMOVE the (jQuery) at the end

    PHP Code: 
    $(document).ready(function(){
        
    //Code Here
    }) 
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  8.     
    #7
    Member
    Website's:
    Doxsters.net
    Did that, still doesnt work :\
    What's wierd is that I got this off a tutorial and modified it slightly. Ive got the source files from the tutorial and they work fine :\

    Need a Designer/Web Developer? Click Me

    MSN: PM me for it.
    Email(Preferred):timtamboy63@gmail.com

    "Power Corrupts. Absolute Power Corrupts Absolutely"

  9.     
    #8
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    Use: http://www.jslint.com/ online to make your code the professional slandered and to read errors.

    That site was developed by a google coder and is used widley by advanced programemrs
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  10.     
    #9
    Member
    Website's:
    Doxsters.net
    Thanks for the link i'll try it out
    edit:fixed the errors, still doesnt work :\

    edit2: I've got the form only appearing when someome clicks a link, in a lightbox type thing. The div for it looks like this:
    Code: 
     <div id="newbox" style="display:none;">
    Note the display:none; It basically stops it from showing unless you click the link, in which case it shows it lightbox style. If i remove that display:none; it works fine normally, but still doesn't work in the lightbox :\ I'm assuming my lightbox script has problems

    Need a Designer/Web Developer? Click Me

    MSN: PM me for it.
    Email(Preferred):timtamboy63@gmail.com

    "Power Corrupts. Absolute Power Corrupts Absolutely"

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Forums Limit For Latest Posts doesnt work
    By msk19994 in forum Feedback and Suggestions
    Replies: 3
    Last Post: 15th Sep 2012, 10:17 PM
  2. Filejungle Doesnt Open?
    By foxman in forum File Host Discussion
    Replies: 9
    Last Post: 1st Dec 2011, 03:51 AM
  3. wupload to filesonic remote doesnt work?
    By scorp2 in forum Webmaster Discussion
    Replies: 4
    Last Post: 6th Oct 2011, 04:07 AM
  4. Need Help. Home Looks fine but...Doesnt
    By ushare in forum vBulletin
    Replies: 12
    Last Post: 17th Dec 2010, 09:30 PM
  5. bulk email doesnt work
    By accyuklad in forum IP.Board
    Replies: 0
    Last Post: 18th Aug 2010, 04:44 PM

Tags for this Thread

BE SOCIAL