I have a simple javascript dropdown URL jumpbox. I want the same functionality even when the user disables javascript I believe we can achieve this by using Jquery. Please help.
jQuery is a javascript library, and will not work either when javascript is disabled. To my knowledge there is not another way to do this (ie. onchange) without javascript enabled.
tv4free
ASKER
Forget about disabling Javascript. I just want to create a menu with UL by using jquery .
How do I create a dropdown with JQuery.