JQUERY has fail to post to php script, its giving an error Uncaught ReferenceError with the login form. How can i fix this please?

JQUERY has fail to post to php script, its giving an error Uncaught ReferenceError with the login form. How can i fix this please?

0

I have a websites uses JQUERY,AJAX and PHP for the login Form.The website that has different types of accounts ie Buyers and Sellers accounts,

  1. When a Seller is logging both on localhost and Remote server it accepts to login but When Buyers is logging in on LocalHost is accepting login when it comes to a remote server(Host server) the login form keeps on refreshing without giving any error on the form, i checked on the Chrome Developer tool to debug its giving me two errors (i) Uncaught Reference Error: start_loader is not defined

hello and welcome to fcc forum :slight_smile:

did you see this post from stackoverflow? javascript - Uncaught ReferenceError: $ is not defined? - Stack Overflow