51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

jquery.buildfragment

jQuery.buildFragment使用方法及思路分析

jQuery.buildFragment使用方法及思路分析

厉飞雨 阅读(3) 评论(0) 赞(0)

**一、jQuery.buildFragment使用方法** 1、参数 jQuery.buildFragment( args, context, scripts );2、返回值 return { fragment: fragment, cacheable: cacheable }; **二、思路分析** 1、处理context参数 根据传入到con...