// Fix attr('checked'), attr('disabled') and attr('selected') with jquery update #PSCFV-2142

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14989 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-05-02 08:29:30 +00:00
parent 30925cb59e
commit 327d7f42ec
17 changed files with 43 additions and 43 deletions
@@ -77,7 +77,7 @@
else
{
$(elt).addClass('select_all').removeClass('unselect_all');
$('ul#sortable_module_'+$(elt).attr('id')).find('input[type="checkbox"]').attr('checked', 'checked');
$('ul#sortable_module_'+$(elt).attr('id')).find('input[type="checkbox"]').attr('checked', true);
$(elt).html('{l s='Unselect all'}');
}
}