]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Changed bind() and live() to on(). Changed .attr() to .prop() for checked and disable...
authorBrian Tegtmeier <btegtmeier@gmail.com>
Sat, 24 Dec 2011 00:24:47 +0000 (19:24 -0500)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 10 Sep 2013 11:28:49 +0000 (13:28 +0200)
commit6fa9062d28713e81d508854fa232ce65a8a59319
tree5bb075c46f11af1bdae9472277703bd12ebf51ee
parent1eead0257751fedb25108b71ad778c2b94c560e7
Changed bind() and live() to on(). Changed .attr() to .prop() for checked and disabled. Shortcut for (document).ready(). This is the first attempt to convert live() elements to on() according to http://api.jquery.com/live/.
js/util.js