Archive | Javascript Frameworks RSS feed for this section
ddlcycles

Get ASP.NET DropDownList Selected Value with jQuery

With Microsoft’s recent announcement that they will begin shipping jQuery with Visual Studio, the little Javascript framework is about to hit the big time (it was already sort of big time, but this is BIG TIME).  And rightfully so. I have been a Prototype and Scriptaculous user for over a year now.  But I am [...]

Read full story Comments { 1 }

Javascript: How to get an Object’s ID

In Javascript, one of the most common things you do is document.getElementById(‘someid’).  But what if you got the Element from an Event and you want to use that Object with the Prototype Javascript Library or some other library that relies on using the ID?  In that case, you can’t just tack on the Prototype functions [...]

Read full story Comments { 7 }
scriptaculous_logo

Script.aculo.us Autocompleter Woes

Sometimes programming can make you question your sanity. If you don’t think you’ve crossed the line there, you might at least wonder whether you should take up something a little more tangible, like backhoe operator. Such was the case as I scoured the documentation for the Script.aculo.us Ajax Autocompleter. Ultimately, I was to blame it [...]

Read full story Comments { 7 }