• Programming

    Posted on July 25th, 2009

    Written by Emad Ibrahim

    Tags

    ,

    jQuery Wildcard Selector

    This post is a reminder for me on how to do wildcard selection in jQuery.  It comes up more than you think and for some reason, I can never remember it. <div id=’pnlUsers’></div> <div id=’pnlMessages’></div> <div id=’pnlStatus’></div> .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, “Courier New”, courier, monospace; background-color: #ffffff; /*white-space: pre;*/ [...]

  • Programming, Testing

    Posted on August 10th, 2008

    Written by Emad Ibrahim

    Tags

    , , , , , , , , , ,

    The Best JavaScript Library

    I am in the process of creating a new web application using asp.net mvc and I am trying to choose the best JavaScript library to use.  I am pretty much sure that I am going to go with jQuery but nonetheless I wanted to review the libraries out there.  One reason is that I am [...]