摘要:
一、前言 大家先预计一下以下四个函数调用的结果吧!var test = function(){ console.log('hello world') return 'fsjohnhuang'}test.ca... 阅读全文
摘要:
一、前言 jQuery.Deferred作为1.5的新特性出现在jQuery上,而jQuery.ajax函数也做了相应的调整。因此我们能如下的使用xhr请求调用,并实现事件处理函数晚绑定。var promise = $.getJSON('dumm... 阅读全文