jQuery表单生成插件 jquery-form
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://plugins.jquery.com/project/jquery-form
软件介绍
jquery-form 是一个用来即时生成表单的jQuery插件,使用方法:
$("#form1").form({
legend: "Quiz #4",
params: {
"Title": "What's the answer ?",
"your_answer": {
label: "Your Answer",
value: "42"
}
}
})
.find(":submit").val("Save").end()
.submit(function() {
$("#message").html("You just submit that form");
setTimeout(function() { $("#message").empty(); }, 5000);
return false;
});
Music Recommendation and Discovery
Òscar Celma / Springer / 2010-9-7 / USD 49.95
With so much more music available these days, traditional ways of finding music have diminished. Today radio shows are often programmed by large corporations that create playlists drawn from a limited......一起来看看 《Music Recommendation and Discovery》 这本书的介绍吧!
