Tuesday, April 5, 2011

JQuery things


Welcoming the awesome tricks of jquery


  • adding option to a select list
    • $('#List').append(new Option(txt, val )
  • toggling display( only if element is made invisible using display:none;)
    • elem.toggle();

No comments:

Post a Comment