|
Why do mouseup events sometimes fire if the mouse is not released? In the following script, a control displays (black box) in each table cell once you mouse over the cell. Mouse down on the control to change the mode of the table. Drag the mouse over cells in the same column then mouseup anywhere in a cell. The mouseup event sometimres fires before the selection of table cells by ... 6 May 2008 22:21
Artificial Intelligence updated 2008 May 4 The artificial Mind in JavaScript for MSIE at http://mind.sourceforge.net/Mind.html (a tutorial version of MindForth in Win32Forth) has been updated with improvements to the AI Mind Control Panel. http://mentifex.virtualentity.com/userman.html is the User Manual for the JavaScript AI Mind. http://AIMind-i.co... 6 May 2008 22:21
naming array values? Hi, this is an array that is used for a dropdown menu. var imageArray = new Array( "ecwp://" + document.location.host + "/massey/images/massey/ massey_07_fullres.ecw", "ecwp://" + document.location.host + "/sampleiws/images/usa/ 1metercalif.ecw", "ecwp://" + document.location.host + "/sampleiws/images/austra... 6 May 2008 23:25
Ugh (I tried to call) The onclicks not working is definitely due to missing closing tags. The way I found this was to copy a pieces of code and made a mini-app. I then ran that app and copied the html code generated into another html page. I (W3C) validated that page and it disclosed my errors. Well, I fixed... 6 May 2008 22:21
TransModal modal dialog project : beta testing On May 6, 7:55 pm, Jorge <jo...(a)jorgechamorro.com> wrote: VK wrote: In the continuation of the discussion at "Making Site Opaque -- This Strategy Feasible?" and my comment at http://groups.google.com/group/comp.lang.javascript/msg/b515a4408680e8e2 I am proposing the current v. 0.0.3 beta for cr... 6 May 2008 23:25
IE Scrollbars I am beginning to **REALLY** hate Internet Explorer. I had a problem with IE in that it ignored some onclick behavior. After much digging and debugging, and a lot of brute force, I finally determined that the cause was that I had missed putting in a few closing tags. I found this by copying sections of my ph... 6 May 2008 22:21
Really annoying flickering Hi guys, You'll see down on the [b]bottom right[/b] of this map I have two roll- over images (I haven't got round to doing all the other roll-overs until I get these working!!!) http://www.xlhi.com/google_groups.php I keep getting this annoying flicker!!! I'm completely stuck. Any advice would be much ... 6 May 2008 22:21
FAQ Topic - How do I make a 10 second delay? (2008-05-05) ----------------------------------------------------------------------- FAQ Topic - How do I make a 10 second delay? ----------------------------------------------------------------------- There is no built-in way to pause execution in javascript such as a sleep function, but hosts usually provide a method of som... 6 May 2008 22:21
FAQ Topic - How do I get a perl/asp/php variable into client-side js? (2008-05-03) In comp.lang.javascript message <1igezxe.10bfbg1507umkN%unbewusst.sein@w eltanschauung.com.invalid>, Sun, 4 May 2008 12:48:33, Une B�vue <unbewusst.sein(a)weltanschauung.com.invalid> posted: Dr J R Stockton <jrs(a)merlyn.demon.co.uk> wrote: <FAQENTRY> There should also be a Perl example. why not a Ruby one ... 6 May 2008 22:21
reading json object with jquery using json like ( {"Records": [ {"firstname":"Nancy","lastname":"Davolio"} ], "RecordCount":"1" } ) and jquery like: $.ajax({ .... success: function(json, status) { if(json.Records){alert("firstname= "+json.Records.firstname );} .... I can retrieve values for firstname if I use the reference... 7 May 2008 04:18 |