Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Cleaned up (with the help of jslint.com) versions of cookie handling functions
0
1423
posted 13 years ago by pmw57
This function automates the creation of the <OPTION>s of a <SELECT> element. It's ideal for your AJAX apps when you create display elements using Javascript
It accepts to different kind of arrays:
An array of key:values…
var arrDirs = {...
0
666
posted 13 years ago by nomada
Useful when used with the google map directions function http://snipplr.com/view/15530/php-create-google-map-directions-link/
0
854
posted 13 years ago by iloveitaly
This fixes the downside of the original javascript keyboard navigation snippet I posted here so that if you manually scroll past to a new chapter mark it will register that and keep track of your location better. The old code would ignore any scroll...
2
779
posted 13 years ago by FatFolderDesigner
Simple snippet to check is Flixel's flxObjects position according to a rectangle.
It will return true if it's inside the rectangle, false if not.
Very basic primitive box collision checking.
0
729
posted 13 years ago by godstroke
Example of using http://code.google.com/p/gapi-google-analytics-php-interface/ to graph google analytics data.
1
846
posted 13 years ago by dtbaker
Starting with GoogleTV in mind I made a script to help navigate a page key basic key inputs, in this case I'm using the left and right arrows to jump between the H1 tags on a page, although the modifications to make it do other things would be very s...
0
790
posted 13 years ago by FatFolderDesigner
jQuery bindings for showing and hiding a div during AJAX requests. The div will not show unless the AJAX request takes a certain amount of time (in this case 300ms). This will reduce the flicker effect of showing and hiding throbbers.
1
841
posted 13 years ago by smchristensen
Simple manager that loads display objects via single method call and caches loaded objects
0
958
posted 13 years ago by kuril
These five characters should be replaced with their HTML entity names before being used in XML, otherwise they may cause the XML to be invalid.
0
1215
posted 13 years ago by adrianparr
Select all projects where the current user is a member.
A project has a set of members where each member is comprised of user and role.
0
967
posted 13 years ago by guava
This is essentially how to detect an outside click for a dialog box on a website, using HTML/CSS/Javascript/JQuery.
Essentially you need to understand event propagation how it works throughout the DOM with JQuery, to make this as simple as possib...
0
782
posted 13 years ago by alvincrespo
Enables you to add a custom panel in the admin post section for a custom field input
1
680
posted 13 years ago by Yahosh