<?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>Cool Javascripts &#187; jquery plugins</title>
	<atom:link href="http://cool-javascripts.com/tag/jquery-plugins/feed" rel="self" type="application/rss+xml" />
	<link>http://cool-javascripts.com</link>
	<description>The best javascripts for your site</description>
	<lastBuildDate>Tue, 22 Mar 2011 14:35:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>jQuery plugins to show data in table format or chart format</title>
		<link>http://cool-javascripts.com/jquery/jquery-plugins-to-show-data-in-table-format-or-chart-format.html</link>
		<comments>http://cool-javascripts.com/jquery/jquery-plugins-to-show-data-in-table-format-or-chart-format.html#comments</comments>
		<pubDate>Thu, 27 Nov 2008 19:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[csv to table]]></category>
		<category><![CDATA[jquery plugins]]></category>

		<guid isPermaLink="false">http://cool-javascripts.com/?p=36</guid>
		<description><![CDATA[Need to show data in a tabular format or in a nice chart? jQuery has two plugins that enables this easily. They are jQChart and jquery CSV2Table. jqCharts reads data from file and creates charts and csv2table reads csv file and creates tables. jQchart It can produce either bar chart or line graph. Dependencies jQuery [...]


Related posts:<ol><li><a href='http://cool-javascripts.com/jquery/3-jquery-plugins-to-show-context-menu.html' rel='bookmark' title='Permanent Link: 3 jQuery plugins to show context menu'>3 jQuery plugins to show context menu</a> <small>A context menu (also contextual menu, shortcut menu and, popup...</small></li><li><a href='http://cool-javascripts.com/effects/jgrowl-to-show-unobtrusive-messages.html' rel='bookmark' title='Permanent Link: jGrowl &#8211; To show unobtrusive messages'>jGrowl &#8211; To show unobtrusive messages</a> <small> jGrowl is a nice way to show unobtrusive messages...</small></li><li><a href='http://cool-javascripts.com/jquery/jquery-and-mootools-plugin-to-show-tooltips.html' rel='bookmark' title='Permanent Link: jQuery and Mootools plugin to show tooltips'>jQuery and Mootools plugin to show tooltips</a> <small>The tooltip is a common graphical user interface element. It...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://cool-javascripts.com/wp-content/uploads/2008/12/csv2table.jpg" /><br />
Need to show data in a tabular format or in a nice chart? jQuery has two plugins that enables this easily. They are <b>jQChart</b> and jquery <b>CSV2Table</b>. jqCharts reads data from file and creates charts and csv2table reads csv file and creates tables.  <span id="more-36"></span></p>
<h3>jQchart</h3>
<p>It can produce either bar chart or line graph.</p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>jQuery</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">7KB </td>
</tr>
<tr>
<th>Restrictions</th>
<td>None (Free to use on any site)</td>
</tr>
</tbody>
</table>
<p class="download">For demo and download, please check the links </p>
<p><a class="opensame" rel="shadowbox" href="http://jsgt.org/lib/jquery/plugin/jqchart/sample/v003/test-use-gradient.html#">Open Demo</a> (It is in Japanese) | <a class="opennew" href="http://jsgt.org/lib/jquery/plugin/jqchart/sample/v003/test-use-gradient.html#" target="_blank">Open demo in new window</a> |  <a class="opennew" href="http://plugins.jquery.com/project/jQchart" target="_blank">Info &amp; Download</a>
</p>
<p class="note">The documentation is not in English. You can try this <a href="http://translate.google.com/translate?hl=en&amp;u=http%3A%2F%2Fjsgt.org%2Flib%2Fjquery%2Fplugin%2Fjqchart%2Fnightly%2Fnightly.htm&amp;sl=ja&amp;tl=en" target="_blank">google translated page</a> (English)</p>
<h3>csv2table</h3>
<p>This will create nicely formatted tables from csv file. And using jqChart it can create charts also.</p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>jQuery</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">5KB </td>
</tr>
<tr>
<th>Restrictions</th>
<td>None (Free to use on any site)</td>
</tr>
</tbody>
</table>
<p class="download">For demo and download, please check the links </p>
<p><a class="opensame" rel="shadowbox" href="http://jsgt.org/lib/jquery/plugin/csv2table/v002/test.htm">Open Demo</a> (It is in Japanese) | <a class="opennew" href="http://jsgt.org/lib/jquery/plugin/csv2table/v002/test.htm" target="_blank">Open demo in new window</a> |  <a class="opennew" href="http://plugins.jquery.com/project/csv2table" target="_blank">Info &amp; Download</a>
</p>
<p class="note">The documentation is not in English. You can try this <a href="http://translate.google.com/translate?hl=en&amp;u=http%3A%2F%2Fjsgt.org%2Fmt%2Farchives%2F01%2F001927.html&amp;sl=ja&amp;tl=en" target="_blank">google translated page</a> (English)</p>
<p class="info">These scripts are still in beta stage. Not recommended for production</p>


<p>Related posts:<ol><li><a href='http://cool-javascripts.com/jquery/3-jquery-plugins-to-show-context-menu.html' rel='bookmark' title='Permanent Link: 3 jQuery plugins to show context menu'>3 jQuery plugins to show context menu</a> <small>A context menu (also contextual menu, shortcut menu and, popup...</small></li><li><a href='http://cool-javascripts.com/effects/jgrowl-to-show-unobtrusive-messages.html' rel='bookmark' title='Permanent Link: jGrowl &#8211; To show unobtrusive messages'>jGrowl &#8211; To show unobtrusive messages</a> <small> jGrowl is a nice way to show unobtrusive messages...</small></li><li><a href='http://cool-javascripts.com/jquery/jquery-and-mootools-plugin-to-show-tooltips.html' rel='bookmark' title='Permanent Link: jQuery and Mootools plugin to show tooltips'>jQuery and Mootools plugin to show tooltips</a> <small>The tooltip is a common graphical user interface element. It...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cool-javascripts.com/jquery/jquery-plugins-to-show-data-in-table-format-or-chart-format.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

