Posts by Hanz • 83 points
6 posts
-
0
votes2
answers46
viewsQ: Show member with id same column
As I do to display a list of members of each post, being that some members are in more than one position. The categories where the members are, are in the same column separated by pipe (|). Follow…
-
0
votes1
answer43
viewsQ: Search within a _POST
I was wondering if there is a way to search for data inside a POST? I need it a lot, because each box is a different id. Example: **JS:** data {'id':id, 'ponto1':ponto1} **AJAX:** id: $id =…
-
1
votes1
answer280
viewsQ: After . load on a div, js no longer works
When I go to some page of the site and try to run the functional script, it only works when I give F5, IE, it does not work with . load on a div. JS $(document).ready(function(){ var content =…
-
-1
votes1
answer632
viewsQ: 100% height on div does not work
I’ve tried everything but my height:100% does not work what I should do? html, body { margin: 0px; height: 100 %; } .margin - site { width: 615px; margin: 47px auto; background - color: #fff;…
-
1
votes0
answers54
viewsQ: Browsing without refresh does not change the url!
Well, I researched a navigation without refresh, it worked, but it does not change the url of the browser search bar, how can I make it change? Here is my code from js $(document).ready(function(){…
javascriptasked Hanz 83 -
4
votes1
answer126
viewsQ: How can I make a New Year script?
Good guys, I searched how to do but could not. I want a javascript code that turns on automatically only after midnight. See the code: var agora = new Date(); var anoNovo = new Date(2017, 0, 1, 0,…