摘要:
$(document).ready(function(){ // Get Weather $('button').on('show.weather', function() { var results = $(this).closest('li').find('.results'); results 阅读全文
posted @ 2014-08-22 04:00
Zhentiw
阅读(285)
评论(0)
推荐(0)
摘要:
$.map function will return the modifies array. $.each function will not new a new array, the old value will still be the same. detach() funciton will 阅读全文
posted @ 2014-08-22 01:11
Zhentiw
阅读(280)
评论(0)
推荐(0)