Posts by sergiovilar • 131 points
4 posts
-
0
votes3
answers1195
viewsA: Call php code on button
You can activate iframe and set its src dynamically as in this jsfiddle I just did: http://jsfiddle.net/Te7ps/
-
0
votes3
answers261
viewsA: Capture click with Jquery and add css
The correct way to use CSS in jQuery is $(".ulDisplayNone").css("display", "block");
-
1
votes1
answer16998
viewsA: How to download the site mega.co.nz and how to do in javascript
It downloads portions of the Base64 file, then joins and downloads the file using a blob. Take a look at this lib: https://github.com/eligrey/FileSaver.js/…
javascriptanswered sergiovilar 131 -
1
votes1
answer3071
viewsA: How to make a pop-up with text and video from youtube?
Instead of using visibility: hidden, use display:none, will take out the scroll screen.