jQuery

jQuery – Helpful Default Input Values

Posted in Javascript, jQuery on December 6th, 2009 by Brandon Buttars – 1 Comment

I’ve recently wanted to try and use some different code to add some default values to my input fields, especially the search box.  Most code I’ve seen does some type of a label overlay which involved a lot of freaking code.  I finally found some code and did a little tweaking to it to fit my situation.  You can also find it under my Snipplr code.

read more »

CSS Select Options IE Cut Off

Posted in CSS, Development, jQuery on September 16th, 2009 by Brandon Buttars – 3 Comments

So I’ve been working for the last couple of days on a bug at work that is an IE specific bug but may actually help with other browsers in different circumstances. I’m surprised I haven’t run into this bug sooner than I had. I first read a great article on css-tricks.com that I borrowed the screenshot from to illustrate the issue. Their method was good but not exactly what I was looking for. So I decided to come up with my own code.

read more »