<?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>합계 &#8211; Minhwan Record</title>
	<atom:link href="https://wp.goodzz.shop/tag/%ed%95%a9%ea%b3%84/feed" rel="self" type="application/rss+xml" />
	<link>https://wp.goodzz.shop</link>
	<description>기록</description>
	<lastBuildDate>Wed, 13 Sep 2023 00:24:06 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://wp.goodzz.shop/wp-content/uploads/2023/08/unnamed-150x150.jpg</url>
	<title>합계 &#8211; Minhwan Record</title>
	<link>https://wp.goodzz.shop</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>[JS] TD 세로 합계</title>
		<link>https://wp.goodzz.shop/dev/javascript/355</link>
					<comments>https://wp.goodzz.shop/dev/javascript/355#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Tue, 22 Aug 2023 08:05:47 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[TD]]></category>
		<category><![CDATA[세로]]></category>
		<category><![CDATA[합계]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=355</guid>

					<description><![CDATA[function set_total(index){ //합계. var sum = 0; var index = index+1; $("#stats_tbl tbody tr:not(:last-child)").each(function() { var count = parseInt($(this).find("td:eq("+index+")").text()); if (!isNaN(count)) { sum+= count; } }); //console.log(index); return sum; } &#160;]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/javascript/355/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
