Jump to content

help in filling out papers


Ary Endleg

Recommended Posts

Maybe you could put all the JQuery into a

$( document ).ready( function() {
 //All the actual JQuery here 
});

Without it your code can be launched before the html elements are fully loaded, and it can sometime lead to events not working. But I'm not sure this is the problem...

Oh, and maybe moving the script at the end of the page can help, the javascript is supposed to be at the end of the <body>.

Try to open the console in the web development tool of your navigator (firefox and chrome do it, search in the menu) and look if you get any error message.

I don't see error in the code itself.

 

Well, i hope i helped you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Forum Statistics

    17.5k
    Total Topics
    182.5k
    Total Posts
  • Recently Browsing

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
  • Recent Event Reviews

×
×
  • Create New...