Check/Uncheck all Checkboxes by jQuery: SelectAllCheckbox

jQuery checkbox select all

The SelectAllCheckbox is a jQuery-based plug-in that can be used to allow visitors to check or uncheck all options at one go. If the group of checkboxes contains a disabled checkbox(es) then its state will not be changed. You may add as many checkboxes as you require in the group by using this plug-in. Developer’s … Read more

Fit text into HTML element by jQuery

jQuery fix text attributes

Fixing text in HTML elements by jQuery The textfit plug-in fits the text in one line according to the width of the element that contains it. It adjusts the font-size of text with respect to the width of the element. The plug-in size is just 1K that you may place before the body closing tag. … Read more

A jQuery burst animation plug-in for images

jQuery burst animation

Create burst animation for images The boomjs is a jQuery based plugin that creates burst animation for the element in DOM. You may specify the container and image by using the jQuery code with two available options. The options are to specify the size of pieces by using the piece_size option while you may also … Read more