All tags

Posts tagged: #jQuery

Auto-expanding django formset with jQuery

4 minute read
As it took me quite a while to get it how I like it, here's the relevant bits for making a django formset (custom markup in a table), that automatically adds rows (formset forms) client-side / in the …
Read More

Reliable javascript checkbox events

1 minute read
Some sites have checkboxes which show/hide another element when you click them. This a handy feature, but not all sites take into account the fact that firefox remembers the contents of a form when y…
Read More