Posts by Juliano Silva • 25 points
3 posts
-
1
votes1
answer344
viewsQ: How to make this menu open with a smooth animation? com css, html, js
I’m putting together a responsive menu. It uses jquery only to insert and remove a class from the div with id="social-menu-items" which makes the menu disappear and appear. <!DOCTYPE html>…
-
1
votes2
answers101
viewsQ: How to use the $ jquery in wordpress?
wordpress indicates using the following code: ( function( $ ) { // Your code goes here } )( jQuery ); But I am using the zurb Foundation 6, and I believe this will not be enough to run it along with…
-
0
votes2
answers528
viewsQ: generate id Session/secure php cookie
I am setting up a login system for my projects. So far I have understood that they are usually used Sesssions, preferably. The article says that a good practice is to use session ids with at least…