<?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>JS &#8211; 随手笔记</title>
	<atom:link href="https://www.anhana.com/archives/tag/js-2/feed" rel="self" type="application/rss+xml" />
	<link>https://www.anhana.com</link>
	<description></description>
	<lastBuildDate>Fri, 15 Nov 2019 03:07:25 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.1</generator>
	<item>
		<title>“select2” JS jquery下拉列表插件（ajax读取、关键字过滤）</title>
		<link>https://www.anhana.com/archives/555</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Fri, 15 Nov 2019 02:26:36 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[select2]]></category>
		<category><![CDATA[下拉列表]]></category>
		<category><![CDATA[查询]]></category>
		<guid isPermaLink="false">https://www.hana.co/?p=555</guid>

					<description><![CDATA[近期项目中的需求，要求做一个带查询过滤的、实时数据库调取数据的下拉列表控件，然后就找到了这个select2控件 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>JS 传入日期获取年龄、星座</title>
		<link>https://www.anhana.com/archives/454</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Wed, 12 Jun 2019 06:35:38 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[年龄]]></category>
		<category><![CDATA[星座]]></category>
		<category><![CDATA[获取]]></category>
		<guid isPermaLink="false">https://www.hana.co/?p=454</guid>

					<description><![CDATA[这个不知道有没有项目会用。。反正我遇到了。。。写了一份留着吧。。 根据日期获取年龄（传入yyyy-mm-dd） [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>JS 身份证验证；获取生日、性别</title>
		<link>https://www.anhana.com/archives/452</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Wed, 12 Jun 2019 06:33:46 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[性别]]></category>
		<category><![CDATA[生日]]></category>
		<category><![CDATA[身份证]]></category>
		<category><![CDATA[验证]]></category>
		<guid isPermaLink="false">https://www.hana.co/?p=452</guid>

					<description><![CDATA[身份证号码验证（理论15、18位都可用）： //身份证验证 function identityCodeVali [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>js 保留两位小数 四舍五入函数 toFixed()</title>
		<link>https://www.anhana.com/archives/53</link>
					<comments>https://www.anhana.com/archives/53#comments</comments>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Wed, 25 Dec 2013 09:56:13 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[保留小数]]></category>
		<guid isPermaLink="false">http://www.hana.co/?p=53</guid>

					<description><![CDATA[以下是函数使用例子： 两位小数点: a.toFixed(2); 四位小数点: a.toFixed(4);]]></description>
		
					<wfw:commentRss>https://www.anhana.com/archives/53/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>JS 获取某个元素上一个或下一个节点 previousSibling &#038; nextSibling</title>
		<link>https://www.anhana.com/archives/17</link>
					<comments>https://www.anhana.com/archives/17#comments</comments>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Fri, 22 Nov 2013 09:20:37 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[nextSibling]]></category>
		<category><![CDATA[previousSibling]]></category>
		<category><![CDATA[上一节点]]></category>
		<category><![CDATA[下一节点]]></category>
		<guid isPermaLink="false">http://59.188.255.216/?p=17</guid>

					<description><![CDATA[nextSibling 属性可返回节某个元素之后下一个节点。 previousSibling则与其相反，获取的 [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.anhana.com/archives/17/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
