Thursday, November 26, 2009

Re: [jQuery] csv2table

Hi, Ram

Thank you for using my plugin.

On Thu, 26 Nov 2009 02:21:19 -0800 (PST)
Ram <naviamarkets.com@gmail.com> wrote:

> I am new to jquery.... Its nice
> in csv2table i need to get values dynamically from a particular url
> everyminute ...
> i dont know how to get from particular url ( www.websitename.com?asdfasdf.csv
> ) and generate table for that value.

Is the 'particular url' another Domain from yuor html?
You cannot read the csv when that is it.

If you can process the text file of the other domain, there is a method
you make it json not csv, and to access.

However, json does not implement it in csv2table.

If get time; I may make json2table if you are necessary.

>
> $(function(){
> $('#view1').csv2table('book12.csv');
> });
>
> any help will be appreciated ..

--
Toshiro Takahashi
http://plugins.jquery.com/project/csv2table
http://plugins.jquery.com/project/jQchart
http://allabout.co.jp/internet/javascript/profile/mbiopage.htm
http://jsgt.org/mt/01/

No comments: