Posts by Natanael Lopes • 96 points
2 posts
-
6
votes2
answers8986
viewsA: Function to mark/deselect checkbox, jquery
HTML: <ul class="chk-container"> <li><input type="checkbox" id="selecctall"/> Selecionar todos</li> <li><input class="checkbox1" type="checkbox" name="check[]"…
jqueryanswered Natanael Lopes 96 -
2
votes1
answer563
viewsA: How to invoke bootbox.js after recording data in BD
Instead of: $(window.document.location).attr('href',novaURL); trial location.href=novaURL. It’s always worked for me.