How can I get and set a <td>
's height and a <p>
's CSS prop开发者_高级运维erty font-size with JavaScript?
var h = $('td').height();
$('p').css('font-size', '12pt');
www.jquery.com
How can I get and set a <td>
's height and a <p>
's CSS prop开发者_高级运维erty font-size with JavaScript?
var h = $('td').height();
$('p').css('font-size', '12pt');
www.jquery.com
上一篇:嘉乐不孕不育?
精彩评论