<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fresker小站 &#187; Javascript</title>
	<atom:link href="http://www.fresker.com/old2/archives/category/%e6%95%99%e7%a8%8b%e7%b1%bb/javascript-%e6%95%99%e7%a8%8b%e7%b1%bb/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fresker.com/old2</link>
	<description>天将降大任于斯人也，必先苦其心志，劳其筋骨，饿其体肤，空乏其身....</description>
	<lastBuildDate>Sat, 05 May 2018 04:20:42 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>jQuery IE 6 7 8 出错: 意外地调用了方法或属性访问</title>
		<link>http://www.fresker.com/old2/archives/594</link>
		<comments>http://www.fresker.com/old2/archives/594#comments</comments>
		<pubDate>Thu, 25 Oct 2012 08:47:57 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[技术杂谈]]></category>
		<category><![CDATA[教程类]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/594</guid>
		<description><![CDATA[jquery在ie6,7,8下报错 JQUERY IE error: unexpected call to method or property access 意外地调用了方法或属性访问 意外地调用了方法或属性访问 or unexpected call to method or property access $('tbody').html(htmlinfo);&#160;&#160;&#160;&#160;//ie下直接插入html内容到一个节点时报错 解决方法： 将html内容添加到一个不同的元素标签里面，如下面的&#60;tbody&#62; $('table').html('&#60;tbody&#62;' + htmlinfo+ '&#60;/tbody&#62;');&#160;&#160;&#160;&#160;//本人使用此种方式 或者 document.title = htmlinfo;&#160;&#160;&#160;&#160;//这种方式也可以，但是个人还是喜欢上面一种]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/594/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript常用的55个经典技巧</title>
		<link>http://www.fresker.com/old2/archives/317</link>
		<comments>http://www.fresker.com/old2/archives/317#comments</comments>
		<pubDate>Tue, 21 Dec 2010 03:49:06 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=317</guid>
		<description><![CDATA[在查找js处理一个问题的时候，看到了这篇文章，觉得有一些东西还比较有用的，所以转载过来了。说不定什么时候需要用到可以参考一下： 转载自：http://dhost.info/yeah/read.php/51.htm 1. oncontextmenu=&#8221;window.event.returnValue=false&#8221; 将彻底屏蔽鼠标右键 &#60;table  border oncontextmenu=return(false)&#62; &#60;td&#62;no &#60;/table&#62;  可用于Table 2. &#60;body onselectstart=&#8221;return false&#8221;&#62; 取消选取、防止复制 3.  onpaste=&#8221;return false&#8221; 不准粘贴 4. oncopy=&#8221;return false;&#8221; oncut=&#8221;return  false;&#8221; 防止复制 5. &#60;link rel=&#8221;Shortcut Icon&#8221; xhref=&#8221;favicon.ico&#8221;&#62;  IE地址栏前换成自己的图标 6. &#60;link rel=&#8221;Bookmark&#8221; xhref=&#8221;favicon.ico&#8221;&#62;  可以在收藏夹中显示出你的图标 7. &#60;input style=&#8221;ime-mode:disabled&#8221;&#62;  关闭输入法 8. 永远都会带着框架 &#60;script  language=&#8221;JavaScript&#8221;&#62; &#60;!&#8211; if (window == top)top.location.href =  &#8221;frames.htm&#8221;; //frames.htm为框架网页 // &#8211;&#62; &#60;/script&#62; 9.  防止被人frame &#60;SCRIPT LANGUAGE=JAVASCRIPT&#62; &#60;!&#8211; if (top.location !=  self.location)top.location=self.location; // [...]]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/317/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->