Posts by João Victor Zilio Verzoto • 36 points
2 posts
-
1
votes1
answer868
viewsA: Recover data in Modal in PHP
For you to recover and display the data in this modal you will have to use Javascript to make a request and return this data. You can use Jquery.load(). Example…
-
1
votes2
answers1947
viewsA: iframe alternatives
you can use the Jquery Load function to include an html file inside your page! http://api.jquery.com/load/