Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
itsalif committed Dec 18, 2010
1 parent b140e73 commit f7be278
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ How to Use


You can customize to selector to apply only to checkbox or radiobuttons, like below:


Only apply to Checkbox:
<pre>
$('input[type="checkbox"]').ezMark();
</pre>

Only apply to Radiobutttons:
<pre>
$('input[type="radio"]').ezMark();
</pre>
Expand Down

0 comments on commit f7be278

Please sign in to comment.