I am evaluating VS.PHP on TikiWiki, where I am trying to run the system in the debugger
However, I run into som problems with jquery.

The most annoying of these is that every letter typed in the login box causes an error dialog.
"Microsoft JScript runtime error: 'jQuery' is undefined"

Once I OK it, I can click the next letter. So, it proceeds until the whole password is typed.
Then I can login normally.

any special settings I need to check to get jquery running OK?

----
Another, unrelated problem is the line endings.
TikiWiki requires unix styled line endings, but VS.PHP seems to write CRLF.
Is there a place I can force the use of LF?

Thanks

juanc says:

If you are not interested in debugging JQuery, there is an option under project settings->debug that let's you choose between debugging PHP & Javascript or just PHP. Select the one for debugging just PHP.

There is an option to save files with LF. Under the file menu below the save menu item there is an option called Advance save options

Thanks,

Juan