Skip to content

Instantly share code, notes, and snippets.

View FabioRodrigues's full-sized avatar

FabioRodrigues

View GitHub Profile
@FabioRodrigues
FabioRodrigues / gist:1423016
Created December 2, 2011 12:08 — forked from diegodfsd/gist:1419071
DesabilitarNós
;function checkboxUtil(){
var input
, init;
this.init = function(){
input = $("form input:checkbox")
var self = this;
input.live('click', function () {
var elemento = $(this);
@FabioRodrigues
FabioRodrigues / gist:1423015
Created December 2, 2011 12:07 — forked from diegodfsd/gist:1419071
DesabilitarNós
;function checkboxUtil(){
var input
, init;
this.init = function(){
input = $("form input:checkbox")
var self = this;
input.live('click', function () {
var elemento = $(this);