Hi rvisco

I made a sample for trial.
Please watch the sample of the beginning of the following URL
http://jsgt.org/lib/jquery/plugin/csv2table/v002/test.htm

<div id="view0"></div>
<script>
$(function(){
  $('#view0').csv2table('./data/Book12.csv');
});
</script>

On 6月29日, 午後1:03, rvisco <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a tiny problem.  Instead of using a button to display the
> table, I rather have the table displayed as the HTML page is loaded.
>
> I really like this csv2table plugin:
>
> http://plugins.jquery.com/project/csv2table
>
> However, the author of this plugin is Japanese and I don't know how to
> reach him.
>
> I wonder if you can help me edit the code:
>
> <code><input disabled
>        class="btn1"
>        type    =  "button"
>        onclick="$('#view50').csv2table('./data/test.csv',{
>                     sortable : false
>                 });"
>        value="Run">
> <p>
> <div id="view50"></div>
> </p>
> </code>
>
> Instead of using a button to load the table, I rather have it loaded
> in a webpage automatically.  Can you help lead me into the right
> direction?
>
> Thanks,

--
Toshiro Takahashi
高橋登史朗
http://allabout.co.jp/internet/javascript/profile/mbiopage.htm
http://jsgt.org/mt/01/

Reply via email to