Profile
Achievement
rickygri's Recent SnippetsTagged jquery
- All /
« Prev 1 Next »
Uses the object prototype to extend data. Instantiate as an object and use as specified below (bottom of the code)
0
867
posted 11 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
996
posted 11 years ago by rickygri
This is a skeleton template for a jquery plugin with custom methods
1
920
posted 11 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
1135
posted 12 years ago by rickygri