Jump to content
Search Community

SonnyT

Members
  • Posts

    4
  • Joined

  • Last visited

About SonnyT

  • Birthday 01/11/1989

Contact Methods

Profile Information

  • Location
    San Jose, CA
  • Interests
    Bootstrap, Website Designing, Template Designing

SonnyT's Achievements

1

Reputation

  1. Hi Friends. Thanks for sharing all your answers. I too wanted to know about loop controlling, I am sure it will help many people here.
  2. Hi Zlerp. Most of the times hover does not work as we want it to. But you can use this code if you want. $("nav").hover(function() { /* Mouse enter */ var nav = $(this).removeClass("out"); setTimeout(function() { nav.addClass("immediate"); }, 1000);
  3. I have been new to HTML5 and still learning its basic, but here I have learned some interesting things about HTML5. Thanks Everyone.
  4. I have used GWD for a limited period of time. It is useful for small applications, bigger and complex applications will be much harder to build upon it,
×
×
  • Create New...