BindO
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/bindo
软件介绍
If you're looking for a quick and easy way to bind your Javascript objects to jQuery events, then BindO is just for you. BindO is a jQuery plugin that makes it possible for you to capture jQuery events with an object.
For example:
// Form Mailer class
FormMailer = function() {
// do something here
}
FormMailer.prototype = new Object;
FormMailer.prototype.submit = function(event) {
alert('About to submit form');
this.process(); // call the process function
$(event.target).fadeOut(); // fade
out #element
}
FormMailer.prototype.process = function() {
// process data here
}
// create a new instance of FormMailer
myform = new FormMailer();
// now bind the click event to myform.submit
$('#element').bind('click',[myform, 'submit']);创投之巅——中国创投精彩案例
投资界网站 / 人民邮电出版社 / 2018-11 / 69.00
中国的科技产业发展,与创投行业密不可分。在过去的几十年间,资本与科技的结合,缔造了众多创业“神话”。回顾这些科技巨头背后的资本路径,可以给如今的国内创业者很多有益的启发。 本书从风险投资回报率、投资周期、利润水平、未来趋势等多个维度,筛选出了我国过去几十年中最具代表性的创业投资案例,对其投资过程和企业成长过程进行复盘和解读,使读者可以清晰地看到优秀创业公司的价值与卓越投资人的投资逻辑。一起来看看 《创投之巅——中国创投精彩案例》 这本书的介绍吧!
