Skip to content

Tag Archives: jquery

My attempt to IE6/7 select box width

In IE6/7, when you set the width of a <select> element, it will chop off the option ...

Browser Feature Detection

Often when dealing with different browsers, this is something I encounter recently (with j...

jQuery 1.3 and JS Bin

jQuery 1.3 剛剛出籠,重點是新的 selector engine Sizzle 。效能提昇之餘,更可因此而引進新功能,如 live event delegation ,據...

jQuery Plugin – Stupid Fixed Header for HTML Table

Sometimes you would like to have a nice table to navigate data with the header fixed on to...

Focus first text field using jQuery

When it comes to focus the first text field on a page using jQuery , the usual solution wo...

jQuery validation 的 addMethod

jQuery 的 Validation plugins 是很強大的,基本上可以滿足各種需要。剛剛被一個小問題困擾了好一陣子,特此記下。我寫了類似的東西: <div id=&q...