jQuery

  • Link ambiguity and how to avoid it

    These days I find myself using JavaScript libraries, specifically jQuery, to add lightweight visual effects to my websites. One of the most useful things you can do with them is hide and show content. For instance, if you’ve got a blog post with a hundred comments, the page is going to be extremely long. However, [...]