Posts Tagged ‘Javascript’

Protected: js 实现图片等比例缩放

Sunday, December 12th, 2010

There is no excerpt because this is a protected post.

延迟加载图片jQuery 代码

Saturday, May 1st, 2010

<script type="text/javascript">

jQuery(document).ready(function($){

if (navigator.platform == "iPad") return;

Read More: 280 Words Totally

使用fckeditor后,textarea取值

Thursday, April 29th, 2010

var value = $.trim(tinyMCE.get(‘articlecontent’).getContent());

‘articlecontent’ 为ID号.