March 20th, 2010 by
admin
Hey guys,
I need YOU for 2 minutes,
Some of you guys might not know that it is impossible to have a fixed toolbar in mobile webkit, this is because we can’t fix anything to the gridview webkit produce.
This is something…
continue reading
February 4th, 2010 by
admin
This update take full advantage of jQuery 1.4. You can now validate using the live event (off by default), this really boost the loading speed of the engine.
-
$("#formID").validationEngine({liveEvent:true})
You can now specify if you want to scroll the page to the…
continue reading
A javascript connections visualization library
continue reading
A nice real time search dropdown
continue reading
Animating opacity with jQuery can be a little tricky. If you look closely, the first opacity animation might not happen. You would think that $(‘element’).animating({opacity:0}) would do the trick, but actually that is not really the case. When you animate…
continue reading
The XML to JSON Plugin is a script you can use to convert simple XML into a JSON object.
continue reading
A file upload plugin for jquery
continue reading