how to define variable in jquery
jQuery is just a javascript library that makes some extra stuff available when writing javascript – so there is no reason to use jQuery for declaring variables. Use “regular” javascript: EDIT: As Canavar points out in his example, it is also possible to use jQuery to get the form value: given that the text box … Read more