InterviewSolution
| 1. |
How Can Jquery Library Be Added To Pages? Write A Basic Jquery Code? |
|
Answer» The JQUERY library is a COLLECTION of all the jquery methods. It is stored in the form of a single java script FILE. The format of adding a jquery file to an html PAGE is: <head> An example of a javascript that will hide all the <p> elements in the page. <html> The jquery library is a collection of all the jquery methods. It is stored in the form of a single java script file. The format of adding a jquery file to an html page is: <head> An example of a javascript that will hide all the <p> elements in the page. <html> |
|