rickygri


Member since 02/23/2012

6 snippets

3933 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

rickygri's Recent SnippetsTagged javascript



« Prev 1 Next »
A template for a javascript object with a object.create shiv to condense into object prototypes
0 689 posted 9 years ago by rickygri
This is a really basic skeleton template for jQuery plugins. It provides a callback function which can be called anywhere in your plugin with base.success(); This will return the current element, but you can pass anything you like back by changing th...
0 769 posted 10 years ago by rickygri
Used to stretch a video / image to fill a background without skewing. Attach to resize events
0 753 posted 10 years ago by rickygri
This send any value via POST to a PHP page. It is done with AJAX, so the POST return can be used on the same page as the submit
0 907 posted 11 years ago by rickygri
This javascript function takes the URL of the target page and an associative array of name/values paires and POSTs the data to the supplied URL by dynamically creating a form and then submitting it.
0 2452 posted 11 years ago by rickygri
Shows how to use an array to embed swf objects with swfobject.js. This allows for multiple embeds (synced ad's etc.)
0 621 posted 12 years ago by rickygri
« Prev 1 Next »