how to use jquery inside master pages..
for example
i have one site.master and
2 aspx pages under site.master
1 : default.aspx
2 : default2.aspx
so i want jquery to be work in both aspx pages.
any type of jquery can be work like datetime picker jquery ......
Loading
Vishal GilbilePosted Mar 13, 2013, 10:29 PM
Write your jquery code on your master page it will work on all your content pages.
your jquery code would be written inside the head section of your master page.
Hope that solves your problem.
With Regards,
Vishal Gilbile.