1 0
Tag Archives: jquery

REALLY Simple jQuery Accordion

I get asked how to make a Javascript accordion all the time, and there are a lot of great framework plugins and code snippets around, but most of the time the features that these plugins include just aren’t needed. So, here is just about the most basic Javascript accordion you could make, using just a [...]

Read More

Inserting Items in a Sorted List with jQuery

I hit an interesting problem the other day – take a list of sorted items (in this case, an ordered list of names) and insert a new item in the correct position in the list with Javascript, preserving the sort order. It turns out that this isn’t so hard to do with the help of [...]

Read More