文章詳情頁(yè)
JSP Tag Library-AjaxTags 1.0, released
瀏覽:136日期:2024-06-02 11:55:33
AjaxTags 1.0, released..AJAX Tag Library,包含一套JSP 標(biāo)簽,能夠讓你更簡(jiǎn)單的在jsp頁(yè)面中使用Asynchronous JavaScript 和XML (AJAX) 技術(shù)。標(biāo)簽庫(kù)為比較通用的AJAX功能提供了5個(gè)標(biāo)簽:autocomplete: retrieves a list of values that matches the string entered in a text form field as the user typescallout:displays a callout or popup balloon, anchored to an HTML element with an onclick eventSelect/dropdown: based on a selection within a dropdown field, a second select field will be populatedtoggle: switches a hidden form field between true and false and at the same time switches an image between two sourcesupdate field: updates one or more form field values based on response to text entered in another fieldautocomplete 標(biāo)簽的使用如下:在一個(gè)HTML form里,使用一個(gè)普通的input field:<input name='model' type='text' autocomplete='off' size='30' />然后,在jsp頁(yè)面中,制定使用autocomplete 標(biāo)簽,并引用該input field:autocomplete.view 請(qǐng)求將被轉(zhuǎn)發(fā)到一個(gè)繼承自BaseAjaxServlet的servlet, 這個(gè)servlet會(huì)返還預(yù)定格式的數(shù)據(jù),這是一項(xiàng)標(biāo)準(zhǔn)的AJAX應(yīng)用。官方網(wǎng)站:http://ajaxtags.sourceforge.net/
標(biāo)簽:
JavaScript
相關(guān)文章:
1. python實(shí)現(xiàn)讀取類別頻數(shù)數(shù)據(jù)畫水平條形圖案例2. Java 基于UDP協(xié)議實(shí)現(xiàn)消息發(fā)送3. Python編寫nmap掃描工具4. php5.6不能擴(kuò)展redis.so的解決方法5. python 爬取嗶哩嗶哩up主信息和投稿視頻6. 關(guān)于HTML5的img標(biāo)簽7. python 如何停止一個(gè)死循環(huán)的線程8. CSS3實(shí)現(xiàn)動(dòng)態(tài)翻牌效果 仿百度貼吧3D翻牌一次動(dòng)畫特效9. ASP.NET MVC前臺(tái)動(dòng)態(tài)添加文本框并在后臺(tái)使用FormCollection接收值10. PHP獲取時(shí)間戳等相關(guān)函數(shù)匯總
排行榜
