Antônio "acdc" Jr.

Results 2 issues of Antônio "acdc" Jr.

Hey, there! I've started using WatermelonDB (in the browser) a couple of months ago and this project I'm in requires the data to be encrypted before storing in IndexedDB. After...

By checking http://api.jquery.com/checkbox-selector/ (and others similarly) we are told that > `$( ":checkbox" )` is equivalent to `$( "[type=checkbox]" )`. (...) But that is false: ``` $('').is(":checkbox") // yields false...