Archive for the 'jquery' Category

Setting form values in jQuery

For my assignment in “Visual Databases”, one of my projects involved having a hidden form value set using Javascript. The value would be set to the id of the div when the mouse moved over one of the div elements.

Since I was using jQuery, I looked around for some code that would enable me to do this using jQuery, and this was the result:
Continue reading ‘Setting form values in jQuery’