(Am I the first one on the new list?! Do I win a prize?)
>> == Scott Sauyet > == Matt Stith >> I'm fairly new to JQuery. I recently needed a technique I had seen >> recently on A List Apart to combine labels and text input boxes into >> a single control in order to save space. The technique is at >> >> http://alistapart.com/articles/makingcompactformsmoreaccessible
you mean like this: http://remysharp.com/wp-content/uploads/2007/03/label_over_example.html ?
Yes, just like that! :-)
good job anyways!
Thank you. I'm mostly interested in how this works as a JQuery plug-in. I know that it works fine in my target browsers. But I'm curious as to how other handle some of the complicated CSS / JQ interactions. What goes in the plug-in versus the stylesheet.
Mine was not hard to write. It was a naive port of the original ALA code. I figured there would be others out there. But I hadn't seen one yet. Thanks for the pointer, -- Scott