1
vote
Script Debugging Not Working (VS 2008)
Have you tried using FireBug for JS debugging? It works pretty well as an alternative to VS.
…
0
votes
Best approach for including bits of Javascript on individual pages in Sitefinity.
Why not have the jQuery code in a separate .js file and use unobtrusive JavaScript? With jQuery you can separate behavior and markup so nicely that you should never have to include JavaScript in y …
