Web IDE for editing jquery based - javascript project

I am starting to use WebIDE and have few questions

1) I already have my *.js files and javascript folders - how can I use those existing files ?

2) I tried to '$' (from jquery) and it was said it is undefined. More over I use jquery UI and the $().dialog (for example) is not defined -
Is there somehow a method to tell WebIDE that that this is a jquery and jquery-ui based project so i can use all the methods?

Thanks
Shimon

0

Just ensure that your .js source files and jQuery source (preferably not minified) are included in project - They should be below project folder or attached via Settings|Directories.

0

请先登录再写评论。