js example share 9 days ago by CodeWeblog.com var $ie = window.navigator.userAgent.toLowerCase().indexOf('msie') >= 0, $ saf = window.navigator.userAgent.toLowerCase().indexOf(' safari') >= 0, $ opr = window.navigator.userAgent.toLowerCase().indexOf(' opera') >= 0, $ fox = window.navigator.userAgent.toLowerCase().indexOf(' gecko') >= 0; /** * s ... CodeWeblog.com - codeweblog.com · Rank: 24,045 · 10 references | eventutil.js share 16 days ago by CodeWeblog.com var EventUtil = new Object; /**//* This method is used to add the case to the specific object, oTarget is targeted, sEventType is the type of case, such as click, keydown, etc., fnHandler callback function is the case / * EventUtil.addEventHandler = function ( oTarget, sEventType, fnHandler) ( / / f ... CodeWeblog.com - codeweblog.com · Rank: 24,045 · 10 references | JS Export Excel, Word share 38 days ago by CodeWeblog.com / / Export Excel function AllAreaExcel () ( var oXL = new ActiveXObject ( & quot;Excel.Application& quot;); var oWB = oXL.Workbooks.Add (); var oSheet = oWB.ActiveSheet; var sel = document.body.createTextRange (); sel.moveToElementText (export1); sel.select (); sel.execCommand ( & quot;Copy& quot;); ... CodeWeblog.com - codeweblog.com · Rank: 24,045 · 10 references | DHTML Sliders share 61 days ago by admin This cross-browser slider is easy to incorporate in your web site. It’s designed with a combination of (X)HTML, Cascading Style Sheets (CSS) and JavaScript. They are fast and compact. They do not contain any image elements or applets. This minimizes the number of server requests and keeps the page s ... Ajax Updates - ajaxupdates.com · 3 references | Ext Core - Cross-Browser Javascript Library share 61 days ago by admin Ext Core is a lightweight and feature rich core JavaScript library available under an MIT license. Ext Core is packed full of exciting features intended to allow for rapid web development while encouraging well designed and scalable code. This library provides abstractions for DOM manipulation/trave ... Ajax Updates - ajaxupdates.com · 3 references | |