Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I'm working on a web app that requires me to track nearly 300 form fields. To make this easier, and to allow me to handle special cases, I needed to assign them to an internal array. The switch/case statement makes this a breeze.
1
992
posted 16 years ago by mdrisser
This is basically the code given in the book "learning jQuery " by Chaffer J & Swednerg K.
5
1477
posted 16 years ago by stavelin
Llamada a un servicio web desde ASP clásico. <u>xmlSOAP</u> es el SOAP Envelope construido
0
1093
posted 16 years ago by sulfurito
I had an icon representing a little blue dot and needed to create 100 copies each with a number in them.
Python saves the day yet again.
0
1024
posted 16 years ago by stoyan
this requires jquery.js, jquery.metadata.js, and jquery.validate,js
2
1066
posted 16 years ago by bcalloway
When you're viewing an older version of a snippet, the Plain Text and Highlighted Text links point back to the latest version. This greasemonkey script fixes those links to point to the version you're currently viewing.
0
934
posted 16 years ago by wizard04
It's easy to find the categories used on one item, but find all categories NOT used on current item?
This snippet stores a "NOT IN" query.
This is used with PHP & mySQL. The query can be written differently on other databases, but this seems to w...
0
1016
posted 16 years ago by stavelin
https://www.chrisjmendez.com/2008/09/21/jquery-ensure-that-at-least-one-checkbox-is-selected/
4
1168
posted 16 years ago by chrisaiv
https://www.chrisjmendez.com/2008/08/09/python-basic-feedparser-example/
1
1230
posted 16 years ago by chrisaiv