Welcome To Snipplr
Everyone's Recent Snippets Tagged class
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This class operates a range of mysql functions base on arrays.
Example:
Name:
Description:
22
9436
posted 18 years ago by emuen
One notorious discrepancy between IE and Firefox (or other "good" browsers) is the way they access the class HTML attribute. While I've used more complicated solutions in the past, this simple solution doesn't require any browser detection or even a...
2
1453
posted 18 years ago by Todd
A CountEvent class’s instance counts up from 0 to 50, then dispatches "countComplete" event. Here’s a result below.
1
2
3
.
.
.
48
49
50
Count Complete
0
7255
posted 18 years ago by garamond
Based on the linked SitePoint article but with options to limit the container (eg body copy) and set the target. Use '_blank' for a new window for each link. Also adds a class (based on the rel value) for styling. Call the 'relWindow' on window load.
2
1343
posted 18 years ago by mountainash
Function to look if an element has a class, if it doesn't simply add it to the element. If it does have a class add it to the class that is already there. Function expects 2 values, the element to add the class to, and the new class name (value).
3
1673
posted 18 years ago by 1man