javascript
phiberg
PHP Magento zencart ppcart
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
javascript闭包实例
var Test = {}; Test.Counter = (function(){ var counter = null; return { a: function(){ counter++; }, b: function(){ counter++; }, c: function(){ counter++; }, d:func原创 2012-05-04 09:16:32 · 898 阅读 · 0 评论 -
(window,parent,opener,top).location.reload方法汇总
window.location.reload()刷新当前页面. parent.location.reload()刷新父亲对象(用于框架) opener.location.reload()刷新父窗口对象(用于单开窗口) top.location.reload()刷新最顶端对象(用于多开窗口)原创 2012-05-17 13:52:09 · 3299 阅读 · 0 评论 -
Extjs动画效果(自定义动画)
Ext Core 通过预置的动画功能,可以让轻松实现动画功能。通过自定义动画配置,可实现更多的动画效果。动画完成后,可通过回调函数实现后续处理 Ext Core 动画 8 个定位点的值与描述值 描述tl 左上角t原创 2012-06-18 08:57:35 · 6783 阅读 · 1 评论
分享