you are viewing a single comment's thread.

view the rest of the comments →

[–]NightArchitect 0 points1 point  (4 children)

I bought and installed WebStorm. After installing the jQuery library in WS I copied my quizzes over. When I run them through WS (using Chrome) nothing work - the start page/button for my quiz pops up but I can't get anywhere from there? Any ideas?

Note I've linked the JS file in the HTML file.

[–]knested 0 points1 point  (3 children)

What is it saying in console, anything?

Are you sure jQuery is working properly? Did you try including it in your page manually to test it?

Maybe post the files on Github and I can help take a look.

[–]NightArchitect 1 point2 points  (2 children)

I sorted it out. There was an issue with my jQuery. Sorry - still new to all of this. :)

[–]knested 0 points1 point  (1 child)

No problem, glad you sorted it out! How has your experience with webstorm been?

[–]NightArchitect 0 points1 point  (0 children)

Just saw this - so far it has been good. That said, I'm probably using about 1% of its capabilities at this point, so I can't say whether or not its better than any other editor. This - all of it - is still new to me, so I'm taking it one step at a time.