Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • The only other problem I can think of is that you have another form with the same id (configform). You should do some investigation using the console. First try $. If you're using Chrome, typing $ in the console will activate a context-sensitive list if jQuery is loaded. If you type $ and press return, it will evaluate to a function if jQuery is loaded. Next try $("#configform"). Right-click on the result and select Reveal in Elements panel. Commented May 9, 2013 at 12:38
  • thank you :) but i do not have chrome. is it the same way to do it using firebug? (i have it installed but never use it before) Commented May 10, 2013 at 0:59