Posts Tagged ‘jQuery’

Quick Tip: BlogEngine + jQuery fix

February 20, 2009 - 2 Comments - Web Development

blogenginelogo
I'm a big fan of jQuery, so it's certain I need to using jQuery in my blog. However, if you try to using jQuery with $(element), it won't work.That's the very basic jQuery and it's not work. You will start frustrated (Like I used to be)

Article Tags: ,

jQuery: make all external link open in new window

February 17, 2009 - 10 Comments - jQuery

Using jQuery to make all your external links in your website open in a new window. You don’t want your visitor click on a link, go somewhere else and never come back, do you ^_^

Article Tags:

How easy to create a slide tabbed box using jQuery

January 28, 2009 - 48 Comments - jQuery

easyslidetabhead
A quick tutorial to make a sliding effect tab menu (such as in Coda website). Thank to jQuery, we could reassembly this effect and it only takes a few minutes to complete.

Article Tags: , ,