1
I have a small jquery code here, offered by a member of this site that I ended up finding, and I don’t know which version of the library I should upload and execute someone else’s code. I can’t comment on the response he gave to another user because of my reputation, which library should I add?
$(document).ready(function(){
$("#ckAll").click(function() { // minha chk que marcará as outras
if ($("#ckAll").prop("checked")) // se ela estiver marcada...
$(".chk").prop("checked", true); // as que estiverem nessa classe ".chk" tambem serão marcadas
else $(".chk").prop("checked", false); // se não, elas tambem serão desmarcadas
});
It is quite feasible to even look at user publication date, Thanks!
– Elienay Junior
@Elienayjunior this can eliminate much of the chances of catching the wrong version believe. Good luck there! But try testing with the younger vesion first, only take the old ones if you have any mistakes.
– hugocsl
@dvd my answer falls under the category "Brazilian way" haha. It is not perfect by a long shot, but I think it helped in the case of the colleague here. Tb did not understand you take this downvote, for me is a valid answer. By the way, Blanca’s photo is much better :D []’s
– hugocsl