<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>绝望的流星</title>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/meteor/" />
    <link rel="self" type="application/atom+xml" href="http://www.thinkjam.org/meteor/atom.xml" />
    <id>tag:www.thinkjam.org,2008-01-27:/meteor//4</id>
    <updated>2008-08-16T05:51:10Z</updated>
    <subtitle>--Atlantis重现</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Open Source 4.2-zh-cn</generator>

<entry>
    <title>jQuery AnimateMask 动态遮罩</title>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/meteor/2008/08/jquery-animatemask.html" />
    <id>tag:www.thinkjam.org,2008:/meteor//4.1218</id>

    <published>2008-08-16T05:26:09Z</published>
    <updated>2008-08-16T05:51:10Z</updated>

    <summary>基于jQuery animate封装的一个动态遮罩效果支持easing库支持maskIn/maskOut效果设置（有高度渐变、宽度简便、从各个角度进入/退出）支持遮罩层颜色设置、透明度设置支持进入、退出速度设置具体使用方法：$(&quot;#threeimg&quot;).animateMask(&quot;#four&quot;,500,{easing:&apos;backout&apos;,maskIn:&quot;heightIn&quot;,maskOut:&quot;widthOut&quot;,duration:&quot;slow&quot;,color:&quot;#f00&quot;,opacity:&quot;0.5&quot;});$(&quot;#threeimg&quot;)为鼠标hover事件的对象&quot;#four&quot;为出现动态遮罩的对象maskIn/maskOut为进入、退出的效果设置（具体效果有heightIn、widthIn、lefttopIn、righttopIn、leftbottomIn、rightbottomIn和heightOut、widthOut、lefttopOut、righttopOut、leftbottomOut、rightbottomOut，默认效果为从遮罩对象中部变大出现，然后淡出）duration为退出时的速度设置color设置遮罩层的颜色opacity设置遮罩层的透明度http://jqueryplugin.googlecode.com/files/AnimateMask.zip...</summary>
    <author>
        <name>meteor</name>
        
    </author>
    
        <category term="开发" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="jqueryanimatemask动态遮罩" label="jQuery Animate Mask 动态 遮罩" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.thinkjam.org/meteor/">
        <![CDATA[基于jQuery animate封装的一个动态遮罩效果<BR>支持easing库<BR>支持maskIn/maskOut效果设置（有高度渐变、宽度简便、从各个角度进入/退出）<BR>支持遮罩层颜色设置、透明度设置<BR>支持进入、退出速度设置<BR><BR>具体使用方法：<BR>$("#threeimg").animateMask("#four",500,{easing:'backout',maskIn:"heightIn",maskOut:"widthOut",<BR>duration:"slow",color:"#f00",opacity:"0.5"});<BR><BR>$("#threeimg")为鼠标hover事件的对象<BR><BR>"#four"为出现动态遮罩的对象<BR><BR>maskIn/maskOut为进入、退出的效果设置（具体效果有heightIn、widthIn、lefttopIn、righttopIn、leftbottomIn、rightbottomIn和heightOut、widthOut、lefttopOut、righttopOut、leftbottomOut、rightbottomOut，默认效果为从遮罩对象中部变大出现，然后淡出）<BR><BR>duration为退出时的速度设置<BR><BR>color设置遮罩层的颜色<BR><BR>opacity设置遮罩层的透明度<BR><BR><A href="http://jqueryplugin.googlecode.com/files/AnimateMask.zip">http://jqueryplugin.googlecode.com/files/AnimateMask.zip</A>]]>
        
    </content>
</entry>

<entry>
    <title>jQuery FlyTo效果</title>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/meteor/2008/08/jquery-flyto.html" />
    <id>tag:www.thinkjam.org,2008:/meteor//4.1216</id>

    <published>2008-08-01T17:03:07Z</published>
    <updated>2008-08-01T17:07:25Z</updated>

    <summary><![CDATA[从一个地方飞到另一个地方把jQuery的animate方法封装了一下，支持设置fly时间、是否fade away，支持easing库，支持回调具体使用方法：&nbsp;&nbsp;&nbsp;&nbsp;$("#from").flyTo("#to",1000,{fade:'true',easing:'backout',callback:function(){&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ended();&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;}});ended();&nbsp;是回调时调用的函数，fade为true在fly的同时会慢慢消失http://jqueryplugin.googlecode.com/files/FlyTo.zip...]]></summary>
    <author>
        <name>meteor</name>
        
    </author>
    
        <category term="开发" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.thinkjam.org/meteor/">
        <![CDATA[从一个地方飞到另一个地方<BR>把jQuery的animate方法封装了一下，支持设置fly时间、是否fade away，支持easing库，支持回调<BR><BR>具体使用方法：<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;$("#from").flyTo("#to",1000,{fade:'true',easing:'backout',callback:function(){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ended();&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;}});<BR><BR>ended();&nbsp;是回调时调用的函数，fade为true在fly的同时会慢慢消失<BR><BR><A href="http://jqueryplugin.googlecode.com/files/FlyTo.zip">http://jqueryplugin.googlecode.com/files/FlyTo.zip</A>]]>
        
    </content>
</entry>

<entry>
    <title>jQuery checkbox 全选/反选</title>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/meteor/2008/07/jquery-checkbox.html" />
    <id>tag:www.thinkjam.org,2008:/meteor//4.1214</id>

    <published>2008-07-15T10:44:17Z</published>
    <updated>2008-07-15T14:04:43Z</updated>

    <summary><![CDATA[项目开发时要用到全选/反选，于是随手写了一个插件，适用于jQuery1.2.2之后的版本使用方法:js里面加入&nbsp;&nbsp;$(document).ready(function(){&nbsp;&nbsp;&nbsp;var chk_options = { &nbsp;&nbsp;&nbsp;&nbsp;invert:'#invert',&nbsp;&nbsp;&nbsp;&nbsp;//反选框id,可以使用jQuery支持的格式&nbsp;&nbsp;&nbsp;&nbsp;all:'#checkAll',&nbsp;&nbsp;&nbsp;&nbsp;//全选框id,可以使用jQuery支持的格式&nbsp;&nbsp;&nbsp;&nbsp;item:'.checkitem'&nbsp;&nbsp;&nbsp;&nbsp;//被操作的CheckBox,可以使用jQuery支持的格式&nbsp;&nbsp;&nbsp;};&nbsp;&nbsp;&nbsp;$(this).chk_init(chk_options);&nbsp;&nbsp;});在html页面中相应的位置加上上面的属性即可，如下：&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;A&lt;br /&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;B&lt;br /&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;C&lt;br /&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;D&lt;br /&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;E&lt;br /&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;F&lt;br /&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;G&lt;br /&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div id="div2"&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" id="checkAll"/&gt;CheckAll&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...]]></summary>
    <author>
        <name>meteor</name>
        
    </author>
    
        <category term="开发" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="checkbox" label="checkbox" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="jquery" label="jQuery" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.thinkjam.org/meteor/">
        <![CDATA[<P>项目开发时要用到全选/反选，于是随手写了一个插件，适用于jQuery1.2.2之后的版本<BR><BR>使用方法:<BR>js里面加入<BR><BR><BR>&nbsp;&nbsp;$(document).ready(function(){<BR>&nbsp;&nbsp;&nbsp;var chk_options = { <BR>&nbsp;&nbsp;&nbsp;&nbsp;invert:'#invert',&nbsp;&nbsp;&nbsp;&nbsp;//反选框id,可以使用jQuery支持的格式<BR>&nbsp;&nbsp;&nbsp;&nbsp;all:'#checkAll',&nbsp;&nbsp;&nbsp;&nbsp;//全选框id,可以使用jQuery支持的格式<BR>&nbsp;&nbsp;&nbsp;&nbsp;item:'.checkitem'&nbsp;&nbsp;&nbsp;&nbsp;//被操作的CheckBox,可以使用jQuery支持的格式<BR>&nbsp;&nbsp;&nbsp;};<BR>&nbsp;&nbsp;&nbsp;$(this).chk_init(chk_options);<BR>&nbsp;&nbsp;});<BR><BR>在html页面中相应的位置加上上面的属性即可，如下：<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;A&lt;br /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;B&lt;br /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;C&lt;br /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;D&lt;br /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;E&lt;br /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;F&lt;br /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" class="checkitem"/&gt;G&lt;br /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div id="div2"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" id="checkAll"/&gt;CheckAll<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp;nbsp;&amp;nbsp<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="checkbox" id="invert"/&gt;Invert<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;<BR><BR>下载地址：<BR><A href="http://www.sproutcore.com/"><A href="http://jqueryplugin.googlecode.com/files/CheckBox.zip">http://jqueryplugin.googlecode.com/files/CheckBox.zip</A></A> </P>]]>
        
    </content>
</entry>

<entry>
    <title>SproutCore</title>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/meteor/2008/07/sproutcore.html" />
    <id>tag:www.thinkjam.org,2008:/meteor//4.1213</id>

    <published>2008-07-10T14:17:20Z</published>
    <updated>2008-07-10T15:07:24Z</updated>

    <summary>SproutCore被形容为&quot;开源，跨平台，类Cocoa创意的JavaScript架构，能够创造拥有桌面应用程序外观和操作感的网页应用。&quot;今天看了一下，还不是很成熟，等待完善版本http://www.sproutcore.com/...</summary>
    <author>
        <name>meteor</name>
        
    </author>
    
        <category term="开发" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="apple" label="Apple" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="sproutcore" label="SproutCore" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.thinkjam.org/meteor/">
        <![CDATA[SproutCore被形容为"开源，跨平台，类Cocoa创意的JavaScript架构，能够创造拥有桌面应用程序外观和操作感的网页应用。"<BR><BR>今天看了一下，还不是很成熟，等待完善版本<BR><BR><A href="http://www.sproutcore.com/">http://www.sproutcore.com/</A>]]>
        
    </content>
</entry>

</feed>
