active questions tagged javascript - Stack Overflow most recent 30 from stackoverflow.com 2009-11-09T08:45:19Z http://stackoverflow.com/feeds/tag/javascript http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1691861/jquery-compiled-with-google-closure-compiler 3 jQuery compiled with Google Closure Compiler Ted 2009-11-07T03:18:48Z 2009-11-09T08:28:47Z <p>Has anyone compiled jQuery against Google's newly-released <a href="http://code.google.com/closure/compiler/" rel="nofollow">Closure</a> compiler?</p> <p>There has been reported huge savings in code size. I'm curious what the benefit is if jQuery was compiled with it.</p> http://stackoverflow.com/questions/1699632/how-can-i-write-below-programming-in-jquery 0 How can I write below programming in jquery sai 2009-11-09T07:54:45Z 2009-11-09T08:25:32Z <pre><code>function abc(a,b,c) { alert('a :'+a+' b:'+ b); xyz(c); } function xyz(c) { alert('c :' + c); } &lt;a href="javascript:abc(1,2,3)" &gt;click here to check value of abc &lt;/a&gt; </code></pre> http://stackoverflow.com/questions/1699582/javascript-how-to-select-cancel-by-default-in-confirm-box 2 JavaScript: How to select "Cancel" by default in confirm box? Prashant 2009-11-09T07:33:37Z 2009-11-09T08:12:10Z <p>I am displaying a javascript confirm-box message when user clicks on "Delete Data" button. I am displaying it as shown in this image: </p> <p><img src="http://www.exforsys.com/images/js/0800.jpg" alt="alt text"></p> <p>In the image "OK" button is selected by default, I want to select "Cancel" button by default, so that accidently if user presses enter then records will be safe and will not be deleted.</p> <p>Is tehre any way in javascript to sleect "Cancel" button by default??</p> http://stackoverflow.com/questions/1699217/getting-null-for-google-gears-object-when-working-offline 0 getting null for google.gears object when working offline ... Bihag Raval 2009-11-09T05:18:58Z 2009-11-09T08:06:37Z <p>Hi,</p> <p>I am new to gear, We are using gear in our web application were flow is ...</p> <p>When ever user assign with some task user will get message attached with static html file, In that html we are showing work assign to user in html form once user submit we are creating local database and saving data to local database, But the problem is we are not getting google.gears Object ...</p> <pre><code>function init() { var success = false; if (window.google &amp;&amp; google.gears) { try { db = google.gears.factory.create('beta.database'); if (db) { db.open('local'); db.execute('create table if not exists user (name varchar (100), user_req_desc varchar(100), status varchar(100), timestamp int)'); } catch (ex) { setError('Could not create database: ' + ex.message); } } if (!window.google || !google.gears) { if(confirm("Gears is not installed. Do you want to install Gears now ?")) { location.href = "http://gears.google.com/?action=install"; } } </code></pre> <ol> <li><p>google.gears object is coming null</p></li> <li><p>gear is already installed in my system.</p></li> <li><p>The above code is working in goole chrome, mean it's finding the google.gear object in chrome.</p></li> </ol> <p>Any Help Appreciated ...</p> http://stackoverflow.com/questions/1692262/get-position-relative-to-browser-window 0 Get position relative to browser window HP 2009-11-07T06:49:23Z 2009-11-09T07:47:27Z <p>Hi,</p> <p>I have 2 divs and one is nested in the other. I want to get the child div position relative to browser window. The use case is this: when user scroll down browser, I want to detect the position of the child div and if it is 100px above the bottom of the browser window, I want to fade it out slowly.</p> <p>How do I do that with jQuery? The 2 divs have relative position or absolution position but not fixed position.</p> http://stackoverflow.com/questions/1699490/regular-expression-in-javascript -2 Regular expression in javascript? Surya sasidhar 2009-11-09T07:00:46Z 2009-11-09T07:44:33Z <p>Hi, i want to know how to write the regular expression in javascirpt please help me give a simple exaple with details i mean the source code(i am using asp.net and c# language) thank u</p> http://stackoverflow.com/questions/1699437/javascript-fails-in-firefox-but-works-fine-in-ie 0 javascript fails in firefox but works fine in IE prince23 2009-11-09T06:50:49Z 2009-11-09T07:30:11Z <p>hi, my code</p> <pre><code>function hide() { var lblclear= document.getElementById("&lt;%=Label1.ClientID%&gt;"); if(lblclear!= null) { lblclear.value=""; lblclear.innerText=""; lblclear.outerText=""; } } </code></pre> <p>on button click i am calling this function</p> <p>the above function works <strong>fine in IE</strong> it is clearing my label text value in <strong>firefox browser</strong> it is not clearing my label text value</p> <p>can any one help me out thank you </p> http://stackoverflow.com/questions/1691988/problem-with-lightbox-jquery -1 Problem with LightBox Jquery daveywhitney 2009-11-07T04:24:48Z 2009-11-09T07:16:28Z <p>Can't seem to get my lightbox to work. Any ideas?</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;link rel="stylesheet" type="text/css" href="style.css"&gt; &lt;link rel="stylesheet" type="text/css" href="css/jquery.lightbox-0.5.css" media="screen" /&gt; &lt;title&gt;WildFire&lt;/title&gt; &lt;script type="text/javascript" src="js/jquery.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/jquery.lightbox-0.5.pack.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; $(function() { // Use this example, or... $('a[@rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="wrapper"&gt; &lt;div id="body"&gt; &lt;img src="images/tempbar.png"&gt; &lt;div id="text"&gt; &lt;img class="logo" src="images/logo.png"&gt; &lt;ul class="info"&gt; &lt;li&gt;Hours: &lt;/li&gt; &lt;p&gt; &lt;li&gt; Lunch 11am - 3pm &lt;/li&gt; &lt;li&gt; Dinner 5pm - 10pm &lt;/li&gt; &lt;p&gt; &lt;li&gt;Phone: &lt;/li&gt; &lt;p&gt; &lt;li&gt;(607) 277-9143&lt;/li&gt; &lt;p&gt; &lt;li&gt;Address: &lt;/li&gt; &lt;p&gt; &lt;li&gt; 106 S Cayuga St &lt;/li&gt; &lt;li&gt;Ithaca, NY 14850 &lt;/li&gt; &lt;/ul&gt; &lt;p class="linkouts"&gt; &lt;a rel="lightbox" "href="images/lunch.png"&gt; &lt;img src="images/lunchlink.png"&gt; &lt;/a&gt; &lt;p&gt; &lt;img src="images/dinnerlink.png"&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="footer"&gt; For Lounge Events Find Us On &lt;a href="http://www.facebook.com/pages/Ithaca-NY/WildFire-Lounge/144229581885?ref=ts" target="_blank"&gt; &lt;img class ="fb" src="images/loungefb.png"&gt; &lt;/a&gt; Come Visit &lt;a href="http://www.madelines-restaurant.com/" target="_blank"&gt; &lt;img class="mad" src="images/madelineslogo.png"&gt; &lt;/a&gt; And Our Friend &lt;a href="http://www.stateofithaca.com/" target="_blank"&gt; &lt;img class="state" src="images/stlogo.png" &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> http://stackoverflow.com/questions/1691969/how-to-use-googles-closure-to-compile-javascript 0 How to use Google's Closure to compile JavaScript Ted 2009-11-07T04:15:08Z 2009-11-09T06:54:40Z <p>Google just released <a href="http://code.google.com/closure/compiler/" rel="nofollow">Closure</a>, which is a compiler to minify JavaScript.</p> <p>On the product site, it says "The Closure Compiler has also been integrated with Page Speed".</p> <p>How do I use Page Speed to compile my web pages JavaScript with Closure?</p> <p>(Or, is there a web site that I can simply paste in my JavaScript to have closure minify it?</p> http://stackoverflow.com/questions/170986/what-is-the-best-way-to-add-options-to-a-select-from-an-array-with-jquery 4 What is the best way to add options to a select from an array with jQuery? Darryl Hein 2008-10-04T20:58:46Z 2009-11-09T06:29:54Z <p>What is the best method for adding options to a select from a JSON array using jQuery?</p> <p>I'm looking for something that I don't need a plugin to do, but would also be interested in the plugins that are out there.</p> http://stackoverflow.com/questions/1699302/stop-blink-jquery-plugin-using-stopinterval 0 Stop blink (jQuery plugin) using stopInterval HP 2009-11-09T05:57:18Z 2009-11-09T06:23:46Z <p>Hi,</p> <p>I am using this jQuery plugin for text blink <a href="http://plugins.jquery.com/project/blink" rel="nofollow">http://plugins.jquery.com/project/blink</a></p> <p>But I don't know how to modify it to do a .stopblink()</p> <p>Can someone help?</p> <p>Tanks</p> http://stackoverflow.com/questions/1150822/recommended-reading-material-for-getting-started-with-webos-mojo-sdk-development 0 Recommended reading material for getting started with webOS/Mojo SDK development? norova 2009-07-19T20:35:16Z 2009-11-09T06:13:55Z <p>I am starting to delve into the world of webOS and the Mojo SDK and having a great time so far, but I find myself having to constantly take a detour and read up on different subjects such as JSON, JavaScript, etc. I realize now that instead of diving in head first I probably should have done some reading on the core technologies behind webOS, and so I turn to the stackoverflow community for some advice.</p> <p>I am looking for some recommendations on reading material (or any resources, really) related to JavaScript, and webOS development in general. The Palm developer site hasn't been too wonderful thus far. I've messed with JavaScript a tiny bit, but am definitely still a beginner when it comes to that realm.</p> http://stackoverflow.com/questions/1500305/palm-pre-and-visual-studio-possible 2 Palm Pre and Visual Studio. Possible? AngryHacker 2009-09-30T19:54:13Z 2009-11-09T06:12:20Z <p>The development experience for the Palm Pre sucks, to say the least. At best you are working on JavaScript in Eclipse with the Aptana plugin. The intellisense you get is really, really dismal. You have to be looking at the documentation every 5 seconds.</p> <p>I was thinking, Visual Studio really excels at JavaScript and intellisense. Has anyone succeeded at writing Palm Pre code in VS2008 with intellisense, which would require hooking in Palm's Mojo Library?</p> <p>Is there a known way to hook in 3rd party non-source libraries to JavaScript in Vs2008?</p> http://stackoverflow.com/questions/1257385/javascript-know-when-an-img-is-fully-loaded 3 Javascript: Know when an img is fully loaded Paul Tarjan 2009-08-10T21:44:50Z 2009-11-09T06:07:06Z <p>If I have a beacon :</p> <pre><code>&lt;img src="http://example.com/beacon" /&gt; </code></pre> <p>I want a method to be called once the beacon request finishes. Something like :</p> <pre><code>&lt;script&gt; $("img.beacon").load(function() { // do stuff knowing the beacon is done }); &lt;/script&gt; </code></pre> <p>Is it possible? Is it in JQuery?</p> http://stackoverflow.com/questions/1447407/whats-the-equivalent-of-javas-thread-sleep-in-javascript 1 What's the equivalent of Java's Thread.sleep() in Javascript? Niger 2009-09-19T01:06:04Z 2009-11-09T06:06:18Z <p>What's the equivalent of Java's Thread.sleep() in Javascript?</p> http://stackoverflow.com/questions/1699166/how-do-i-get-google-closure-to-call-my-init-function-when-dom-tree-finished 1 How do I get Google Closure to call my init function when DOM tree finished James Black 2009-11-09T04:58:22Z 2009-11-09T05:26:24Z <p>I am looking for something like the <code>$(document).ready</code> function in jQuery, as I work on experimenting with using Closure.</p> <p>So, my question is simple, is there a function I am missing that will allow me to wait until my function is called when the DOM tree is done?</p> <p>I use unobtrusive javascript, so the idea of putting any javascript in my html is such a negative, if that is required.</p> http://stackoverflow.com/questions/1698941/why-do-i-get-no-source-for-error-in-firefox 0 Why do I get no source for error in Firefox SpliFF 2009-11-09T03:23:05Z 2009-11-09T05:19:09Z <p>The Firebug console gives me:</p> <pre><code>------------------------------------------ (X) 0 no source for No element with id 'inline_gallery_image_false' found) ------------------------------------------ </code></pre> <p>When I click this error I get a blank source view window. The 'Stack' pane in the Script tab turns up blank as well.</p> <p>Firefox 3.5.5 + Firebug 1.4.5. All other extensions are disabled.</p> <p>I've turned on 'Stop on All Errors' and 'Show Javascript Errors' and 'Show Stack Trace on Errors' but all I get is the error shown above. Strangely a Google search turned up nothing helpful.</p> <p>Basically I know the error is due to a bad argument passed to a function in an external JS file but I want to know what function called it and how it came to send the wrong argument. I also want to know why it won't show the source or even tell me which file the error is in.</p> http://stackoverflow.com/questions/147824/javascript-how-to-find-whether-a-particular-string-has-unicode-characters-esp 3 Javascript: How to find whether a particular string has unicode characters (esp. Double Byte characters) Jay 2008-09-29T07:39:58Z 2009-11-09T05:14:58Z <p>To be more precise, I need to know whether (and if possible, how) I can find whether a given string has double byte characters or not. Basically, I need to open a pop-up to display a given text which can contain double byte characters, like Chinese or Japanese. In this case, we need to adjust the window size than it would be for English or ASCII. Anyone has a clue?</p> http://stackoverflow.com/questions/1698285/automate-navigation-of-a-javascript-powered-website 2 automate navigation of a JavaScript powered website Richard 2009-11-08T23:18:27Z 2009-11-09T05:13:10Z <p>Hello, </p> <p>I need to automate navigation around a JavaScript powered website so I can scrape some content. I came across <a href="http://groups.csail.mit.edu/uid/chickenfoot/quickstart.html" rel="nofollow">Chickenfoot</a>, which is a FireFox extension that gives me a programming interface to the browser.</p> <p>Do you know of other solutions?</p> http://stackoverflow.com/questions/89736/does-my-javascript-code-have-any-security-vulnerabilities -1 Does my JavaScript code have any security vulnerabilities? GR1000 2008-09-18T03:26:48Z 2009-11-09T05:07:29Z <p>I created a web page with a zipped file that is available for users to download, but they need to accept a license agreement before they can download it. The code below is an example of my quick and dirty implementation for this download. I'm not a seasoned programmer, but I'm guessing a server-side solution would be much better; however, due to time constraints, this is what I've got for now.</p> <p>Basically, a user visits <code>index.html</code> and clicks on the "Programming Files" link, which passes the filename <code>prog_files.a28.zip</code> to the <code>openAgreement()</code> function, which appends the filename to the following URL and opens it in a pop-up window: <code>http://www.progfiles.com/agreement.html?prog_files.a28.zip</code> </p> <p>When the Agreement page loads, the string <code>?prog_files.a28.zip</code> is stripped from the URL and stored in the <code>fileSuffix</code> variable. After a user reads the license agreement, if they still want to download the file, they click on "I Accept" which calls the <code>openFile()</code> function that appends the string <code>?prog_files.a28.zip</code> to the downloadPage URL as follows: <code>http://www.progfiles.com/downloadPage.html?prog_files.a28.zip</code> </p> <p>When the download page opens up, the string <code>?prog_files.a28.zip</code> is once again stripped from the URL, but this time, the question mark is removed with the <code>.slice()</code> method. When the user clicks on "Download File", the filename <code>prog_files.a28.zip</code> is passed to the <code>changeLink()</code> function which replaces the link in the <code>&lt;a&gt;</code> tag with an absolute link to the ZIP file as follows: <code>http://storage.progfiles.com/download/2008_prog_files.a28.zip</code></p> <p>That's it in a nutshell. I'm interested in any suggestions, but specifically, I'd like to know if passing variables in this manner poses any huge security risk and what, if anything, can be changed in the code to minimize the risk. Thanks.</p> <h2>index.html</h2> <pre><code>&lt;script type="text/javascript"&gt; var pathSuffix = ""; //Stores the filename "prog_files.a28.zip" function openAgreement(pathSuffix) { window.open("http://www.progfiles.com/agreement.html?" + pathSuffix,"Agreement","width=200,height=100"); } &lt;/script&gt; &lt;a href="#" onclick="openAgreement('prog_files.a28.zip');return false;"&gt;Programming Files&lt;/a&gt; </code></pre> <h2>agreement.html</h2> <pre><code>&lt;script type="text/javascript"&gt; var pathSuffix = location.search; function openFile(){ document.location.href = "downloadPage.html" + pathSuffix; } &lt;/script&gt; &lt;a href="#" onclick="openFile();return false;"&gt;&lt;strong&gt;I Accept&lt;/strong&gt;&lt;/a&gt; </code></pre> <h2>downloadPage.html</h2> <pre><code>&lt;script type="text/javascript"&gt; var pathSuffix = location.search; var pathSuffix = pathSuffix.slice(1); function changeLink(pathSuffix) { document.getElementById('download').href = "http://storage.progfiles.com/download/2008_" + pathSuffix; document.getElementById('download').target = "_self"; } function closeWindow() { window.self.close(); } &lt;/script&gt; &lt;a id="download" href="http://storage.progfiles.com/" onclick="changeLink(pathSuffix)"&gt;Download File&lt;/a&gt; </code></pre> <p>NOTE: Thanks for the responses. I need to clarify that the license agreement is only a formality and is not my main concern. It's server vulnerability that I'm wondering about. </p> http://stackoverflow.com/questions/1697469/sort-not-compatible-with-ie 0 Sort not compatible with IE? unknown (google) 2009-11-08T18:37:48Z 2009-11-09T05:00:44Z <p>The code below works fine for dynamically reordering links in firefox, but for some reason not in IE (version 7). Any ideas what part of the code is causing problems? Thanks.</p> <pre><code> var parent = $('#itemHolder'); var children = $('a', parent); var children = $('a', parent).sort(function(a, b) { return parseInt($(b).attr('amount')) - parseInt($(a).attr('amount')); }); $.each(children, function(i, child) { parent.append(child); }); </code></pre> http://stackoverflow.com/questions/1699026/javascript-get-selected-html-elements 0 javascript get selected html elements asdf 2009-11-09T03:59:48Z 2009-11-09T04:20:53Z <p>User is on a webpage , uses his mouse to select stuff, how can i use javascript to know what has been selected?</p> http://stackoverflow.com/questions/1698981/modified-google-localsearch-api-result 0 Modified Google LocalSearch Api Result jeerose 2009-11-09T03:44:44Z 2009-11-09T03:44:44Z <p>Hi Gang,</p> <p>I'm using a google maps API with a raw search. My problem is that I get so few results per page and only 4 pages, then there's a link for more results that links to google. I used an idea from <a href="http://jgeerdes.blogspot.com/2008/12/how-to-get-all-results-available-from.html" rel="nofollow">Jeremy Geerdes</a> that allows me to show them all on one page but it's still not enough. This isn't a new problem but I'm wondering if anyone has any ideas given my current code for getting more results.</p> <pre><code> google.load('maps' , '2'); google.load('search','1'); function init(){ // Get the content div and clear it's current contents. var contentDiv = document.getElementById('content'); contentDiv.innerHTML = ''; // Clear any content currently in the Div // Next thing we have to do is build two divs to hold our stuff var mapContainer = document.createElement('div'); // build the map div mapContainer.style.height = '300px'; // set the map height mapContainer.style.width = '800px'; // set the map width // Now we have to add these divs to the content div in the document body contentDiv.appendChild(mapContainer); // We're ready to build our map... map = new google.maps.Map2(mapContainer); // ...and add a couple of controls. map.addControl(new google.maps.LargeMapControl3D()); // Add a small map control map.addControl(new google.maps.MapTypeControl()); // Add the map type control // Initialize a LocalSearch instance gs = new google.search.LocalSearch(); // create the object // Set the search complete callback. Notice that we're using the searcher itself as the context. This is going to allow us to use this in the callback to refer to the searcher. gs.setSearchCompleteCallback(gs,function(){ // Set a handle to the cursor object that we're going to use repeatedly var cursor = this.cursor; // Create a new property on the searcher that we can stash results into so they don't disappear when we go to the next page. if(!this.allResults || cursor.currentPageIndex==0){this.allResults = [];} // Add the new results to the other results // this.allResults = this.allResults.concat(this.results); // This doesn't work in IE, so we change it to... for(var i=0;i&lt;this.results.length;i++){ var result = this.results[i]; var allResult = {} for(var j in result){ try{ allResult[j] = result[j].cloneNode(1); } catch(e){allResult[j] = result[j];} } this.allResults.push(allResult); } // Check to see if the searcher actually has a cursor object and, if so, if we're on the last page of results. If not... if (cursor &amp;&amp; cursor.pages.length&gt;cursor.currentPageIndex+1){ // Go to the next page. this.gotoPage(cursor.currentPageIndex+1); // Else, if there is no cursor object or we're on the last page... } else { var res = {} // Loop through the results and... for(var i=0; i&lt;&lt;? if($_POST['limit']){ echo $_POST['limit']; } else { echo 'this.allResults.length'; } ?&gt;; i++){ var result = this.allResults[i]; var markerLatLng = new google.maps.LatLng(parseFloat(result.lat),parseFloat(result.lng)); var marker = new google.maps.Marker(markerLatLng); // Create the marker // Bind information for the infoWindow aka the map marker popup marker.bindInfoWindow(result.html.cloneNode(true), {maxWidth:300}); //marker.GInfoWindowOptions(result.html, {maxWidth:300}); result.marker = marker; // bind the marker to the result map.addOverlay(marker); // add the marker to the map res[i] = result.titleNoFormatting + ',' + result.streetAddress + ',' + result.city + ',' + result.region; // Plug them into the document where we want them. $("#content").append(result.html.cloneNode(1)); //Prepend checkbox to gsc-result $('.gs-result:eq(' + i + ')').prepend('&lt;div class="checkHolder"&gt;&lt;input type="checkbox" name="addToDb[]" value="'+res[i]+'" /&gt;&lt;/div&gt;'); } } var center = gs.resultViewport.center; var ne = new google.maps.LatLng(gs.resultViewport.ne.lat,gs.resultViewport.ne.lng); var sw = new google.maps.LatLng(gs.resultViewport.sw.lat,gs.resultViewport.sw.lng); var bounds = new google.maps.LatLngBounds(sw, ne); var zoom = map.getBoundsZoomLevel(bounds, new google.maps.Size(350, 350)); map.setCenter(new google.maps.LatLng(parseFloat(center.lat),parseFloat(center.lng)),zoom); }); gs.execute('&lt;?=$_POST['query']?&gt;'); } google.setOnLoadCallback(init); </code></pre> http://stackoverflow.com/questions/1679020/jquery-how-to-prevent-further-animating-to-the-left-when-style-left-0-or-0px 1 Jquery: How to prevent further animating to the left when style: left == 0 or 0px? loganlee 2009-11-05T08:00:34Z 2009-11-09T03:38:48Z <p>How would I prevent a div from scrolling further left when the style 'left' of that div reached '0' or '0px'? Right now I am using the animate custom effect to scroll a div left and right to display hidden overflows but when the div reaches '0' or '0px' on style: left, I want the user to be prevented from scrolling further left where there is no content, just empty space. I currently have the following code which doesn't seem to be working the way I want:</p> <pre><code>$(document).ready(function(){ if ($("#ajax-matched-results").css('left') == '0' || '0px') { $("#scrollLeft-results").click(function() { $(".matched-results-items").animate({"left": "0px"}, "slow"); }); $("#scrollRight-results").click(function() { $(".matched-results-items").animate({"left": "-=547px"}, "slow"); }); } else { $("#scrollLeft-results").click(function() { $(".matched-results-items").animate({"left": "+=547px"}, "slow"); }); $("#scrollRight-results").click(function() { $(".matched-results-items").animate({"left": "-=547px"}, "slow"); }); } }); </code></pre> <p>Thanks for any help!</p> http://stackoverflow.com/questions/1197191/help-with-javascript-to-jscript-conversion 0 Help with Javascript to JScript Conversion Alan 2009-07-28T22:56:02Z 2009-11-09T03:33:45Z <p><strong>Background</strong>: </p> <p>I have data that I'm encrypting with javascript on the client side that needs to be decrypted on the server side.</p> <p>As far as I can tell, the javascript AES library I'm using does not interop with the C# Rijndael library.</p> <p>Thus, I'm left to essentially implement the javascript AES in C# for use.</p> <p>I'm going to try to compile the javascript using jsc.exe into a dll and see if reflector can save me some time.</p> <p>I'm aware that jscript is not the same as javascript, but I'm hoping I can get away with something that works awefully close, and just do the touchups manually.</p> <p><strong>Problem:</strong></p> <p>When I compile the javascript using JSC I get the following error:</p> <blockquote> <p>error JS1234: Only type and package definitions are allowed inside a library</p> </blockquote> <p>The offending line is this first line in the following lines of code:</p> <pre><code>var GibberishAES = (function(){ var Nr = 14, /* Default to 256 Bit Encryption */ Nk = 8, Decrypt = false, enc_utf8 = function(s) { try { return unescape(encodeURIComponent(s)); } catch(e) { throw 'Error on UTF-8 encode'; } }, dec_utf8 = function(s) { try { return decodeURIComponent(escape(s)); } catch(e) { throw ('Bad Key'); } }, </code></pre> <p>And the full source can be <a href="http://github.com/markpercival/gibberish-aes/raw/9fe8738053ecae200de81bb0963d2e3d13fa7f87/src/gibberish-aes.js" rel="nofollow">found here</a>:</p> <p>I'm not sure what the problem is. I'm also open to suggestions as to how to encrypt/decrypt data between Javascript and C#.</p> http://stackoverflow.com/questions/1004826/tooltips-title-wont-show-in-firefox 2 Tooltips (title="...") won't show in Firefox Crescent Fresh 2009-06-17T02:36:45Z 2009-11-09T03:09:49Z <p>I have an element with a <code>title</code> attribute (ie, a tooltip), wrapped in some container:</p> <pre><code>&lt;div id="foo"&gt; &lt;input type="text" title="A tooltip" /&gt; &lt;/div&gt; </code></pre> <p>and I attach a <code>"mousemove"</code> event listener on the container and stop event propagation:</p> <pre><code>document.getElementById('foo').addEventListener( 'mousemove', function(e) { e.stopPropagation() }, false ) </code></pre> <p>This combination of stopping propagation of "mousemoves" on the container now prevents the tooltip from showing up for the inner textbox, <em>in Firefox</em> 2 and upwards. I've tried FF 2[.0.0.20], 3[.0.11], and the latest 3.5 (Windows Server 2003, XP).</p> <p>As a quick exercise, <strong>Firefox</strong> users can see this bug in action by running the following equivalent logic as above in your address bar:</p> <pre><code>javascript:void($('div.vote').mousemove(function(e){ e.stopPropagation() })) </code></pre> <p>Now mouseover any of the vote up, vote down, or star (favorites) icons for this question. The tooltips no longer appear. <strong><em>Again, in Firefox only</em></strong>.</p> <p>Does anyone have a workaround for this behavior/bug in Firefox? Has anyone else witnessed this?</p> <p><strong>Update</strong>: It appears Firefox uses "mouse stopped moving" to trigger tooltips in the browser chrome (eg back/forward buttons). See <a href="https://bugzilla.mozilla.org/show%5Fbug.cgi?id=82953" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=82953</a>. However I can't tell if this affects the DOM.</p> http://stackoverflow.com/questions/1698801/passing-php-array-into-javascript-through-json-to-update-google-chart 1 Passing PHP array into Javascript through JSON to update Google Chart brussels0828 2009-11-09T02:25:30Z 2009-11-09T02:34:08Z <p>I have three PHP arrays that I've encoded with json... extra PHP code has been omitted because the arrays work properly.... Additionally, the HTML tags that call the google chart have been omitted for sake of brevity... </p> <pre><code>&lt;?php $encoded_line_volume = json_encode($LineVol) . "\n"; $encoded_loan_volume = json_encode($LoanVol) . "\n"; $encoded_cluster_name = json_encode($ClusterLine) . "\n"; ?&gt; </code></pre> <p>I would like to access these three arrays in Javascript to update my Google Chart dynamically. </p> <pre><code>&lt;script type="text/javascript"&gt; google.load("visualization", "1", {packages:["columnchart"]}); google.setOnLoadCallback(drawChart); var linevol = new Array; // This would be the first array passed from PHP var loanvol = new Array; // This would be the second array passed from PHP var clusters = new Array; // This would be the third array passed from PHP function drawChart() { var data = new google.visualization.DataTable(); data.addColumn('string', 'Cluster'); data.addColumn('number', 'Loans'); data.addColumn('number', 'Lines'); /* create for loops to add as many columns as necessary */ var len = jsonarray.length; data.addRows(len); for(i=0; i&lt;len; i++) { data.setValue(i, 0, ' '+clusters[i]+''); /* x-axis */ data.setValue(i, 1, linevol[i]); /* Y-axis category #1*/ data.setValue(i, 2, loanvol[i]); /* Y-axis category #2*/ } /*********************************end of loops***************************************/ var chart = new google.visualization.ColumnChart(document.getElementById('chart_div')); chart.draw(data, {width: 400, height: 240, is3D: true, title: 'Prospect Population', legend: 'right'}); } &lt;/script&gt; </code></pre> http://stackoverflow.com/questions/967707/sort-columns-with-a-jquery-flexigrid 2 Sort columns with a jQuery Flexigrid Bobby 2009-06-09T00:52:27Z 2009-11-09T02:16:12Z <p>Is there a way I can mark JQuery Flexigrid columns as sortable if I don't define them in-line?</p> <p>i.e. I know I can do this </p> <pre><code> $("#flex1").flexigrid( { colModel: [ { display: 'Col1', name: 'Col1', sortable: true }, { display: 'Col2', name: 'Col2', sortable: true } }); </code></pre> <p>But I construct the grid just like: </p> <pre><code>$("#flex1").flexigrid(); </code></pre> <p>and then just use a repeater control to output the table that JQuery will style: </p> <pre><code>&lt;table id="flex1" &gt; &lt;tr&gt; &lt;th&gt;Col1 /th&gt; ... ... &lt;asp:Repeater ID="Repeater1" runat="server"&gt; &lt;ItemTemplate&gt; &lt;tr&gt; &lt;td&gt;&lt;%# Eval("Col1") %&gt;&lt;/td&gt; ... </code></pre> http://stackoverflow.com/questions/1698768/how-to-i-make-jqgrid-show-its-edit-window-in-a-specified-container-not-its-own-m 0 How to I make jqGrid show its edit window in a specified container, not its own modal dialog? Ken 2009-11-09T02:06:30Z 2009-11-09T02:06:30Z <p>I'm trying to use jqGrid's editing functionality, as demonstrated under <a href="http://trirand.com/jqgrid/jqgrid.html" rel="nofollow">row editing</a> in its demos and docs. However, instead of having jqGrid open a javascript modal dialog box, I would like the edit window to appear in an another page element alongside the table.</p> <p>In essence, I want code that reads like:</p> <pre><code>jQuery("#table").jqGrid({ ... getRowEditingContainer: function(row) { # [Return a DOM element to put row editing form in] } } </code></pre> <p>Is there a simple way to do this?</p> http://stackoverflow.com/questions/789292/efficient-use-of-the-asp-net-registerstartupscript-method 0 Efficient Use of the ASP.NET RegisterStartupScript method Mike C. 2009-04-25T16:43:28Z 2009-11-09T01:42:35Z <p>When I load data in my code-behind, I find that often I want to run several javascript functions based on my data. It it more efficient to use a StringBuilder to compile all of my function calls and issue RegisterStartupScript one time, or is performance the same if I issue RegisterStartupScript everytime I need it?</p>