jQuery外掛Tmpl使用方法簡單介紹
下面介紹一下Tmpl的使用方法,需要的朋友可以做一下參考。
一.引入指令碼:
二.編寫模板:
(1).假設此時有一個,從後臺一json格式傳送來的資料:
[JavaScript] 純文字檢視 複製程式碼[{"tId":1,"tName":"張三","tAge":14,"tClass":1,"TeachClass":{"cId":1,"cName":"1班"}}, {"tId":2,"tName":"李四","tAge":25,"tClass":1,"TeachClass":{"cId":1,"cName":"1班"}}, {"tId":4,"tName":"趙六 ","tAge":16,"tClass":2,"TeachClass":{"cId":2,"cName":"2班"}}]
(2).此時你要顯示的內容如下:
然後按照你要顯示的內容,設定模板:
類似於aspx中的repeater控制元件,記得要設定id。
三.填寫模板:
按照上面的假設,後臺返回的是一個json格式的字串,那麼通過ajax請求,並填寫模板
四.效果如下:
相關文章
- 自定義jquery外掛簡單介紹jQuery
- jQuery自定義外掛簡單介紹jQuery
- jQuery外掛製作簡單介紹jQuery
- JQuery模板外掛-jquery.tmpljQuery
- jquery.cookie外掛使用簡單介紹jQueryCookie
- jQuery外掛開發流程簡單介紹jQuery
- jquery.lazyload.js外掛用法簡單介紹jQueryJS
- zTree外掛常鍵用法簡單介紹
- alertify提示外掛使用方式簡單介紹
- YprogressBar進度條外掛使用簡單介紹
- jquery實現的元素居中外掛簡單介紹jQuery
- cookie外掛-jquery.cookie.js介紹CookiejQueryJS
- jQuery Validate簡單介紹jQuery
- jQuery filter() 用法簡單介紹jQueryFilter
- ZOOM – 簡單的 jQuery 相簿外掛OOMjQuery
- cluetip關鍵詞連結外掛用法簡單介紹
- jQuery阻止事件冒泡簡單介紹jQuery事件
- jQuery自定義事件簡單介紹jQuery事件
- jquery動畫佇列簡單介紹jQuery動畫佇列
- jquery外掛 - EasyDrag 簡單拖動欄jQuery
- SOLIDWORKS批次改名外掛功能介紹以及使用方法Solid
- jQuery滑鼠雙擊事件簡單介紹jQuery事件
- jQuery建構函式簡單介紹jQuery函式
- chatgpt~外掛介紹ChatGPT
- jcrop+Fileapi圖片上傳裁剪外掛使用簡單介紹API
- jquery操作select下拉選單簡單介紹jQuery
- jquery tmpl 詳解jQuery
- 簡單介紹SQL中ISNULL函式使用方法SQLNull函式
- jQuery事件名稱空間簡單介紹jQuery事件
- 提高jquery效能的常用技巧簡單介紹jQuery
- jQuery構造物件例項簡單介紹jQuery物件
- jQuery常用的動畫函式簡單介紹jQuery動畫函式
- jQuery的index()函式用法簡單介紹jQueryIndex函式
- jquery解析json格式字串簡單介紹jQueryJSON字串
- jQuery表單外掛jQuery.formjQueryORM
- rematch常用外掛介紹REM
- 3.03 模組外掛介紹
- Maven Assembly外掛介紹Maven