Monday, September 13, 2010

Jquery with master pages

Finally got it wirking for the master pages.

1)Link the below lines before the master cpntent in the master file. If its not working with the normal way
OLD:


NEW way point jquery to Web files:




2) Try goto content page. Try to make the custome .js file the same name as page e.g.
Default.aspx will have Default.js. This would help in the future.
and write the custom code in the Default .js file.

3)If you are using the User Controls in the Content pages even then you will follow the step 2:

No comments:

Post a Comment