JS
haohappy2
这个作者很懒,什么都没留下…
展开
-
dynamically load shadowbox
<script type="text/javascript">var fqdn = 'demo.restaurantappengines.com';(function() {if (document.getElementById('restoloadscript')){return false;}var j1 = document.createElement('scr...原创 2014-01-08 13:39:05 · 116 阅读 · 0 评论 -
pop up JS framework compartion
here are a large number of pop-up/dialog box libraries that are now available. Many of the pop-up dialog options out there support the same features. However, in our testing we found that some failed...原创 2014-01-09 16:24:38 · 183 阅读 · 0 评论 -
typekit and shadowbox under IE678 issues
<script type="text/javascript"> Shadowbox.init({ onClose: SBClose }); function SBclose(){ if($.browser.msie && $browser.version < = 8.0){ ...原创 2014-01-13 13:26:41 · 112 阅读 · 0 评论 -
JS Reg Rules
http://www.jb51.net/article/25313.htm<script> var str_jira = "XXXX-X"; var str_jira_grca = "GRCA-X"; var str_jira_1 = "AAAA-1111w"; var str_jira_grca_1 = "GRCA-111a"; var strP...原创 2015-01-13 10:15:30 · 135 阅读 · 0 评论 -
Top 5 JS template
Progressions in application development with JavaScript has led to a number of libraries existing to support them. Developer Jack Franklin talks through some of the popular templating libraries.W...原创 2014-03-20 14:49:12 · 101 阅读 · 0 评论 -
Baidu Nice Slider
<!DOCTYPE html><html lang="zh"> <head> <title>极速智能搜索</title> <meta charset="utf-8"> <link href="http://s1.bdstatic.com/r/www/s原创 2014-08-22 13:22:10 · 111 阅读 · 0 评论 -
Frontend Basic Rule
通用约定文件与目录命名一律小写, 必须是英文单词或产品名称的拼音, 多个单词用连字符(-)连接. 只能出现英文字母、数字和连字符, 严禁出现中文.该命名规范适用于 html, css, js, swf, php, xml, png, gif, jpg, ico 等前端维护的所有文件类型和相关目录.js 和 css 压缩文件, 统一以 -min 结尾, 比如源码文件为 kissy...原创 2016-05-06 13:29:58 · 162 阅读 · 0 评论