iButton breaking ASP.NET AutoPostBack tag
Title says it all, attempting to use iButton to style checkboxes in asp.net as such:
$(document).ready(function () { $(":checkbox").iButton(); });
The boxes will style, but it disables the auto-post back property of the asp.net control. Does anyone know how to resolve this issue?