Posts by Rafael Oliveira • 27 points
2 posts
-
-1
votes1
answer406
viewsQ: Bootstrap-Table Jquery How to edit a column individually in the table load event?
Bootstrap-Table Jquery how to individually edit a column in the table load event? I have tried unsuccessfully using all.bs.table and data-load-Success events.. for(i=0;i < data.length; i++) {…
-
2
votes3
answers214
viewsQ: Javascript Check if it is safe
I would like to create sequenced objects and to set the name of the object, I could only do by function eval(), I found no other alternatives. They say it is unscrupulous, and subject to attacks. I…