An open API service indexing awesome lists of open source software.

https://github.com/webpolis/dlfavorite

jQuery Plugin
https://github.com/webpolis/dlfavorite

Last synced: 4 months ago
JSON representation

jQuery Plugin

Awesome Lists containing this project

README

          

dlFavorite - jQuery Plugin
==========================

Easily toggles a checkbox/radio button into a "star" (Gmail like) favorite button,
and optionally provide a callback and/or AJAX destination to make the appropiate changes.

Options:
imgStateDisabled: star icon on disabled state
imgStateEnable: star icon on enabled state
ajax: destination URL to process field's value
onChange: callback executed on state change

Example:
$('input[type=checkbox]').dlFavorite({
imgStateDisabled: 'star_grey.png',
imgStateEnable: 'star.png',
ajax:'/ajax/setFavorite'
});