// EuroArt CMS - Generated JS // // Set up the page $(function() { $("#no_pref").bind("click", function(e){ $("checkbox[name='city[]']").each(function (i) { this.attr('checked', false); }); }); }); // END jQuery Ready