Posts by rhandrade • 45 points
2 posts
-
2
votes1
answer1214
viewsQ: Modify a button property when closing modal bootstrap
I have a table with a button to add a comment on the item of that line. On this button I have a class = adicionar which allows me to apply to everyone with this class the action of opening a modal…
-
2
votes3
answers2877
viewsQ: Javascript function returning Undefined
I’m having a problem with a Javascript function. I need to verify the existence of an item in the database and so use a js function with ajax call verificaExistente. php returns me a Json and in…