开发者

How to use the function given in the link + javascript

开发者 https://www.devze.com 2023-02-28 19:55 出处:网络
I am a newbie to javascript functioning and wanted to see its functioning regarding pasting dynamic data in the html.

I am a newbie to javascript functioning and wanted to see its functioning regarding pasting dynamic data in the html.

I have this link where they tell what to use for the same in a table but I can't figure out how to do the same...

The link to the code is javascript link

I first made an html page using the html shown and then added the lines of javascript shown 开发者_StackOverflow中文版below it in <SCRIPT LANGUAGE="JavaScript"> tag.

But I am not getting the same output.... What am i doing wrong ?

Please help...


It seems like the example you're trying to imitate is doing client-side data binding. First of all, yes, you need to reference jQuery script in your page. Secondly, you'd be better off accomplishing client-side data binding with the jQuery Templates plugin.

0

精彩评论

暂无评论...
验证码 换一张
取 消