Sorting without database + search
Okay so I found this script
http://jsfiddle.net/tc5dc/
It works like a charm but I would like to edit it so it doesn't need a button,so it should sort on .ready not on .click. (I am talking about alphabet sorting)
Second,I would be really grateful if you could at least point me in right direction about the search.
So I would like to make a search input witch will react on change and do a live sort based on titiles of my divs.
(In the case above class 'style').
I hope you understand what I would like to achieve.
Thank you. :)