First  |  Prev |  Next  |  Last
Pages: 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
FAQ Topic - How do I protect my javascript code? (2010-01-13)
----------------------------------------------------------------------- FAQ Topic - How do I protect my javascript code? ----------------------------------------------------------------------- With clientside javascript you can't as your code is distributed in source form and is easily readable. With JScript, the... 12 Jan 2010 21:52
Mutex
I've had a strange effect today on an Ajax page, which pulls in some data and displays it in the page, when the user clicks on a link. The trouble happens when the user clicks twice. The JavaScript function is obviously started twice, and it calls the Ajax function twice. Since I had no precautions against that ... 13 Jan 2010 17:44
string with apostrophes
Hi at all. With this code ( below ), I insert in the tag with "results" as identifier, the data that I retrieve from ajax function ( json structure "data" in below" ). But when "data.books[i].name" is a string with apostrophes, the function onclick doesn't work !! How can I resolve this issue ? Thanks :) e = ... 14 Jan 2010 15:47
What browser doesn't support ajax ?
What browser doesn't support ajax ? I need a list of browser that doesn't support ajax. Thanks ^_^ ... 13 Jan 2010 03:16
Error getElementbyClassName
Why this code doesn't work ? <html> <head> <script type="text/javascript"> function hello() { alert("Hello World!"); } function load() { var el = document.getElementByClassName("uffa"); el.addEventListener("click", hello, false); } </script> </head> <body onload="load... 13 Jan 2010 15:26
Question about constructor property vs. instanceof
I'm currently reading a JS book (Zakas, Prof. JavaScript for Web Developers, 2nd. Ed.) and wondered about a statement Zakas made in the OOP chapter. Discussing the constructor pattern he says: "The constructor property was originally intended for use in identifying the object type. However, the instanceof oper... 21 Jan 2010 11:09
How to link CSS(s) already linked to parent frame into child iframe using javascript
Hey there, I've a particular requirement in which I need to link stylesheets already included in a parent html. In that HTML file, another iframe is being on the fly and I need to link same stylesheets into the child iframe. I can't link those stylesheets individually into the child iframe because in the parent ... 19 Jan 2010 07:55
IDE for Javascript n CSS
Which one do you suggest as a better IDE for javascript n CSS. What abt debugging them? ... 11 Jan 2010 06:28
FAQ Topic - How do I get my browser to report javascript errors? (2010-01-11)
----------------------------------------------------------------------- FAQ Topic - How do I get my browser to report javascript errors? ----------------------------------------------------------------------- There are debugging tools for many browsers. Learn to use them all. * Windows http://www.fiddlerto... 10 Jan 2010 19:40
dynamically adding a filter (solved)
It appears that, at least in IE 6, you cannot add a filter by using elem.filters.item("DXImageTransform.Microsoft.Alpha").opacity = 10; unless a corresponding filter exists on the style applied to elem eg. #elem { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); } So to dynamically add... 12 Jan 2010 07:59
First  |  Prev |  Next  |  Last
Pages: 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113