First  |  Prev |  Next  |  Last
Pages: 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
Javascript PDF reference manual?
Anyone know of a place you can download a PDF reference manual for javascript? The book I have is getting pretty old I guess. Thanks ... 23 Apr 2010 17:28
how to hid highlighting?
I have a script that allows users to move "windows" (actually floating tables) about but as they do so text in the background gets highlighted (because the mouse button is down for the dragging) - can I hide or disable this highlighting? Thanks Mike ... 27 Mar 2010 23:16
Code checking with the Narcissus parser
Hello, I ported the SpiderMonkey Narcissus parser to other "Javascript" engines and wanted to share the resulting code [1]. As an example, I wrote a code checker [2] that uses the parser. Best regards, Guillaume Lathoud [1] cross-engine Narcissus parser for ECMAScript 3: http://glathoud.easypagez.com/public... 15 Apr 2010 01:33
IE9.js
Has anybody looked into the idea, promoted by Dean Edwards' IE9.js library and its precursors, to write a JavaScript layer for specific browsers to make them conform to current standards? To give just one example, if they don't have querySelectAll, let the JavaScript layer provide that function. If the browser d... 9 Apr 2010 08:52
getting started with My Library?
Hello I do occasionally use Prototype but would like to try David Mark's My Library. Could someone please point me at a simple example as I have looked at the website but have yet to get a foothold. It is no doubt an excellent site but I need a really simple way in! Cheers Geoff ... 26 Mar 2010 20:26
FAQ Topic - What online resources are available? (2010-03-26)
FAQ server wrote: BlackBerry JavaScript Reference http://docs.blackberry.com/en/developers/deliverables/8861/ The link is still broken, should be change with: http://docs.blackberry.com/en/developers/deliverables/11849/ In section with various implementation of ECMA-262, perhaps would be good if ha... 28 Mar 2010 18:58
How to control (disable/enable) all onclick events
On Jan 29, 9:23 am, john_woo <john_...(a)canada.com> wrote: Hi, I need to implement API by which all onclick envets in same document can be in flexible control (disable/enable on demand). I tried the followings: 1. overwrite onclick function:         if (window.captureEvents){               ... 26 Mar 2010 00:18
jquery anonymous
I just subscribed to this list this morning and after reading some of the recent threads, I feel like I've tapped into some people who are really in-the-know when it comes to Javascript. and was turned on to my library I think I'm liking it so far. I've been a jQuery user for a few of years and have to say I reall... 27 Mar 2010 17:39
My Library API Reference error
Hi Dave, I was trying out your My Library and dispatchEvent wasn't working for me based on: Examples API.dispatchEvent('click', el); I then payed attention to the Syntax and it showed the element is the first arg. once I change my code to follow, it worked. -John ... 26 Mar 2010 01:25
Photoshop Javascript Conditional not working
Any users out there use Javascript for Scripting Photoshop? My conditional is not working. Thanks in Advance! #target photoshop app.bringToFront(); function fitImage(newImgSize,res) { var doc = app.activeDocument; if (res == undefined) res = undefined; if (doc.width > doc.height) { ... 26 Mar 2010 20:26
First  |  Prev |  Next  |  Last
Pages: 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91