Browse by Tags

Sorry, but there are no more tags available to filter with.
  • jQuery = Simplification

    I came across this code today, and it took me a second to figure out what it was doing: strSortOrder = document.getElementById("ad").options[document.getElementById("ad").selectedIndex].value; To break it down, it locates a Select control on the page (FindElementById), finds the element again and gets its selected value's ...
    Posted to Sam Tyson (Weblog) by styson on July 11, 2008