Posts by Joao • 33 points
3 posts
-
0
votes1
answer683
viewsQ: Remove an iframe element
Good morning, I am trying to remove an element that is inside an iframe, I am even trying to add a class via jquery but without success, I have tried to use jQuery load, setTimeout and onload by…
-
0
votes1
answer196
viewsQ: Error 403 on request via $.ajax to instagram
Does anyone know why this request via error 403 ajax and URL works normally? instagram changed their api and I found this code that serves as a media pagination, when I request via ajax it from the…
-
2
votes1
answer1062
viewsQ: How to change the size of a :before or :after dynamically with Jquery?
Can anyone tell me if it is possible to change the size of a :before or :after dynamically with jquery? Ex: $('#elemento:before').css({'width':'100px'});…