-
Sorting with jQuery and Saving The New Order
I was building a form the other day and was adding items dynamically. I wanted to be able to drag and sort my items as I was building the form. Now, all this is very easy to do with jQuery but my problem was that I needed my item id’s to be persistent. I needed a…
-
jQuery .show() not working properly in Chrome
So I finally got around learning jQuery, better late than never, so on my first script I ran into this weird problem. I made this simple click once hide an element show another scrip for a simple accordion, it worked great in IE and FF but then when i tested in Chrome, it didn’t work!…