<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.semooh.jp/jglycy/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>jGlycy</title>
        <description></description>
        <link>http://www.semooh.jp/jglycy/</link>
        <lastBuildDate>Tue, 14 Apr 2026 10:28:56 +0000</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://www.semooh.jp/jglycy/lib/images/favicon.ico</url>
            <title>jGlycy</title>
            <link>http://www.semooh.jp/jglycy/</link>
        </image>
        <item>
            <title>jGlycyって、要するに？</title>
            <link>http://www.semooh.jp/jglycy/about?rev=1293539728</link>
            <description>「JavaScriptのフレームワークです」とか「jQueryのプラグインです」とか「Commandパターンのインチキ実装です」とか、色々表現することは出来ると思いますが。
 端的には、



と、誤解を恐れず言ってしまいたいなと思っています。
 (というか、それが設計思想です)</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>jQueryヌース</title>
            <link>http://www.semooh.jp/jglycy/blog?rev=1293539728</link>
            <description></description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>ダウンロード</title>
            <link>http://www.semooh.jp/jglycy/download?rev=1293539728</link>
            <description>*  Ver 1.0rc</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>Be happy with jGlycy</title>
            <link>http://www.semooh.jp/jglycy/index?rev=1293539728</link>
            <description>例えばこんな風に、画像を連続的に見せたい場合... 

jGlycyを使えば、スクリプトを記述する必要は一切ありません。


&lt;div jg=&quot;cycle&quot;&gt;
&lt;img src=&quot;/jglycy/img/muuu_01.gif&quot; width=&quot;200&quot; height=&quot;200&quot; /&gt;
&lt;img src=&quot;/jglycy/img/muuu_02.gif&quot; width=&quot;200&quot; height=&quot;200&quot; /&gt;
&lt;img src=&quot;/jglycy/img/muuu_03.gif&quot; width=&quot;200&quot; height=&quot;200&quot; /&gt;
&lt;/div&gt;</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>jGlycyとは?</title>
            <link>http://www.semooh.jp/jglycy/jglycy%E3%81%A8%E3%81%AF?rev=1293539728</link>
            <description>jGlycyとはjQueryをベースに動作するJavaScriptライブラリです。
 jQueryのPluginという位置づけにもなります。

jGlycy名前の由来

 jQueryに糖衣を被せた意味でjGlycyと名づけられました。(ジェイグリィシィと読みます)</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>jGlycyの使い方</title>
            <link>http://www.semooh.jp/jglycy/jglycy%E3%81%AE%E4%BD%BF%E3%81%84%E6%96%B9?rev=1293539728</link>
            <description>jGlycyのダウンロードから、実装方法まで

jGlycyのダウンロード

 jGlycyを使用するには、まずベースライブラリのjQueryが必要になりますので、
 本家のダウンロードページよりjQueryをダウンロードしてください。</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>jGlycyの構造</title>
            <link>http://www.semooh.jp/jglycy/jglycy%E3%81%AE%E6%A7%8B%E9%80%A0?rev=1293539728</link>
            <description>jGlycyのソースコードは以下の通りです。(バージョンは1.0rc) 


1 (function($, prefix, jg){
2   $[jg] = $({});
3   $[jg].extend({
4     invoke: function(nodes) {
5       nodes.each(function(){
6         var node = this;
7         var funcs = $(node).attr(prefix).split(',');
8         $(funcs).each(function(){
9           var arg = $(node).attr(prefix + &quot;:&quot; + this);
10          if(arg) {
11            eval('var options = {' + arg + '}');
12          } else {
13            var o…</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>jGlycy Demo</title>
            <link>http://www.semooh.jp/jglycy/jglycy%E3%83%87%E3%83%A2?rev=1293539728</link>
            <description>jGlycy + Accordion

 使用プラグイン  jquery.accordion.js 


&lt;div jg=&quot;accordion&quot; jg:accordion=&quot;event:'mouseover'&quot;&gt;
  &lt;!---     some codes  ---!&gt;
&lt;/div&gt;


 

jGlycy + clueTip

 使用プラグイン  jquery.cluetip.js 


&lt;a href=&quot;javascript:void(0);&quot; jg=&quot;cluetip&quot; jg:cluetip=&quot;splitTitle:'|',sticky: true, ceosePosition: 'title'&quot; title=&quot;jGlycy + clueTip Demo | this is jGlycy + C
lueTip Demo.The thing you have to do is put jg attribute in the target tag&quot;&gt;jglycy + cluetip&lt;/a&gt;</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>sidebar</title>
            <link>http://www.semooh.jp/jglycy/sidebar?rev=1293539728</link>
            <description>*  Be happy with jGlycy
	*  jGlycyって、要するに？
	*  ダウンロード
	*  使い方ガイド
	*  jQuery Plugins
		*  ImgHover
		*  jTruncSubstr
		*  Form Observe
		*  Spin Button
		*  Cycle
		*  Simple Color Picker
		*  Column Hover

	*  jQueryヌース</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>使い方ガイド</title>
            <link>http://www.semooh.jp/jglycy/tutorial?rev=1293539728</link>
            <description>jQueryを取り込む

何はともあれ。

&lt;script src=&quot;/your/path/jquery.js&quot;&gt;&lt;/script&gt;

jGlycyも取り込む

是非、ご一緒に。(ダウンロード)

&lt;script src=&quot;/your/path/jglycy.js&quot;&gt;&lt;/script&gt;

使いたいプラグインをロード

例えばトップページで使っているのはCycleプラグイン。
 本体と、併せてeasingが必要になるので、こんな感じ。</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
    </channel>
</rss>
