Posts by DownsBrasil • 35 points
4 posts
-
1
votes1
answer66
viewsQ: Put date 5 days in advance
Like, if today is July 14, it’s July 19 and if it was July 30, it’s August 4. teste = new Array ("janeiro", "fevereiro", "março", "abril", "maio", "junho", "julho", "agosto", "setembro", "outubro",…
-
0
votes1
answer118
viewsQ: Automatically change CSS every date
I want to create a menu that every day one of the links changes the style using the same computer date... Example of javascript: function _getDateEnd ($element) { var date = new…
-
-1
votes1
answer20
viewsQ: Redirect to page when removing iframe
When iframe is edited or removed the page is automatically redirected to my url... <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script> <script…
-
0
votes3
answers695
viewsQ: How to generate code in the javascript div
I wanted to know how to put a code html in a tag div using `javascript I would also like an explanation on how to redirect someone to my page if someone removes my id from the page, I’ve seen it…