Category: jQuery

Writing your own jQuery

on Aug 14, 2014 in jQuery, Javascript, Interview

Have you ever thought of how jQuery actually works? What is in there behind the "$" sign? In this post we will recreate a very basic but still functional mini-jQuery. Check it out, folks!

jQuery multiEmail

on Feb 28, 2013 in jQuery, Javascript

Plugin transforms specified form field into multi-email form widget. It allows you to input several email addresses instead of one. Several options are available. See examples of how it can be used.

jQuery Image Halftone

on Feb 24, 2013 in jQuery, Javascript

jQuery imageHalftone plugin is Javascript implementation of Floyd-Steinberg dithering algorithm to convert image into two-color (black and white) version.