JQuery简要介绍

    今年准备给OEA支持B/S,所以学一下JQuery,如果你不是像我一个是一个新手的话,那么你可以直接略过本篇。 $('h1').html('hello world'); $('h1').css({ 'fontSize': '100px', 'color': 'red'}); // setting multiple properties $('h1').height('50px');  //
相关文章
相关标签/搜索