Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Friends.

I am working with asp.net and c#. But few days before got the project on php.
I'm very new to php so i checked some websites there i come to know it is simple language to work, with a loosely type environment.

In visual studio or asp.net I was working with jquery. I simply write its
jquery-1.6.2vsdoc.js file's reference to my javascript file and start using.
JavaScript
///<reference src="jquery-1.6.2vsdoc.js"/>


But in php I'm not getting how can I accomplish this. Also If I want to access a javascript file into another javascript.

I looked on google there were the concept of Global variable in javascript. But It wasn't useful for me.

Please guide me.

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900