A. jQuery code location is: http://code.jquery.com/jquery-1.7.2.min.js If you are worried how to find if your client is using http or https and refer to jQuery accordingly, then use: src=”code.jquery.com/jquery-1.7.2.min.js” and your browser will determine the protocol and add it. B. To give hover effect in jQuery we can use .hover which takes two function [...]
View Post