Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanasess/jquery-plugins
jQuery plugins
https://github.com/nanasess/jquery-plugins
Last synced: about 2 months ago
JSON representation
jQuery plugins
- Host: GitHub
- URL: https://github.com/nanasess/jquery-plugins
- Owner: nanasess
- License: bsd-2-clause
- Created: 2011-06-04T17:21:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-09-10T04:25:47.000Z (over 10 years ago)
- Last Synced: 2024-10-12T18:43:27.669Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
jQuery plugins README
=====================Author: Kentaro Ohkouchi
Date: [2011-06-05 02:23]Table of Contents
=================
1 jQuery.cuterss
1.1 Example
1.2 properties
2 jQuery.loader
2.1 Example
3 LICENSE
3.1 see also.1 jQuery.cuterss
-----------------RSS Feed reader plugin.
1.1 Example
============//<![CDATA[
$(function() {
$('dl#whats_new').cuterss({
feed:'/wp/?feed=rss2&cat=3'
});
});
//]]>
1.2 properties
===============feed: RSS Feed path.
wrap: wrap around the matched elements.
format: feed formats.
errorMessage: error messages.2 jQuery.loader
----------------Preloader plugin.
2.1 Example
============//<![CDATA[
$(function() {
$('form').loader({
'loadingImg':'/js/jquery.loader/loading.gif'
});
});
//]]>
3 LICENSE
----------BSD License (see COPYING)
3.1 see also.
==============
[http://www.opensource.org/licenses/bsd-license.php]