GSoC/GCI Archive
Google Code-in 2014 FOSSASIA

Import JQuery to webpages on demand

completed by: Dhruv Ramani

mentors: Andun Sameera

JQuery is popular library in JavaScript Arena. When a person is creating another JavaScript library which uses JQuery as a dependency, JQuery should be there in the web page where people use the new JavaScript library.

We thought to make the life easy for new JavaScript library users.What we are going to do is import the JQuery with in our library. To do that we need to find whether JQuery isĀ imported in the web page.

Student need to develop a way to find whether JQuery is imported in a web page or not. If imported, need to find the version.

Also student need to develop a way to import the required version of JQuery if the existing version is old.