rickygri


Member since 2012

5 snippets

19214 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 jquery



« Prev 1 Next »
Uses the object prototype to extend data. Instantiate as an object and use as specified below (bottom of the code)
0 1875 posted 12 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 2031 posted 13 years ago by rickygri
This is a skeleton template for a jquery plugin with custom methods
1 1920 posted 13 years ago by rickygri
Clear text input when the user selects it (on focus)
0 1955 posted 13 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 2280 posted 14 years ago by rickygri
« Prev 1 Next »