558 Posted Topics
Re: if a ('match') fails, use the same command you are using to show the complete list on an else{ 'declaration' }. | |
Re: this.close() will do your thing! ;that is: the window will not close before prompting the client "do you wan't to close this tab \ window" ... | |
Re: jQuery bugs are to be solved with jquery team | |
Re: Historically there are no known IE #hash issues. How do you know thatthis piece of jQuery is killing the rest of your js? [try moving it toward the end of your scripts] have you tried jquery community? | |
Re: I think I saw Firefox supporting them [events] too. | |
Re: you tell me how do you observe form submitions and what website the user is submiting it on, and I'll tell you absolutely everything else you need to know, I'll even write the original code you are asking for... | |
| |
Re: > $(event.relatedNode).html($(event.relatedNode).html().replace(/a/g, "i")); is it working on other browsers; d what browser versions have you been testing ?' | |
Re: you can use this code: isInteger= /*Troy III*/ function(v){v=Number(v);return(v!=v)+(v%1!=0)==0} to write your own function with alerts and so... Or you can check this funcion out: integerCheck= /*Troy III*/ function(v,err,Err){ Err={ "0.0":"Integer value accepted", "1.0":"Decimals are not allowed!", "1.1":"Culd not convert to number!" }; v=Number(v); err=+(v%1!=0)+'.'+ +(v!=v); err>0?alert(Err[err]):0; return Err[err] } … | |
Re: What do you mean with "doing this for IE"? Are you implying that you have a working code for other UA's?! ![]() | |
Re: Kert, there are certain unwritten rules we should know by hart and always follow: First, you should mark this threat as solved [ because: it already is! ]; and Second, you should start e different thread for your next problem, because a different problem requires a different solution and of … | |
Re: > Hi, I have a very simple question but one which creates a lot of bother!! > In Notepad (and even notepad++) when I open an html file and after editing try to save it, it says..'the process cannot access the file because it is being used by another process' … | |
Re: May 21, **2008** 10:00 PM Eastern Daylight Time -this is a very old news The title is misleading very misleading also. This article suggests that it's referring to the article provided on the link, but that one talks about Samsungs F1 classic HDD @5400rpm which is a lot slower than … | |
Re: I'm not sure I understand your problem completely but since you mention events load status of img files, my advice is that: - you can't rely on img onload event to fire consistently; - they'll [images] start loading from the cache as soon as they get cached; - Images loaded … | |
Re: > this syntax working only one condition is true function yourfunction(){ if(condition 1 is true)$('.cCal').css('border-color','red'); if(condition 2 is true)$('.cCal2').css('border-color','red'); if(condition 3 is true)$('.cCal3').css('border-color','red'); return false; } | |
Re: >I want to make some shortcut keys (example Alt+K) to do a "onclick" on a button. How can I do this? isn't the: `accesskey="K"` attribute working for you? | |
Re: >'m following the lessons on appendTo.com. It seems in JS functions are made into variable and those >ariable are invoked. Is that how it works? Not really, but the guy at *appendTo* is most probably trying to impress beyond reason. Feel free to write your functions the way you're used … | |
Re: That may be the exact reason of why they are offending the eye... Everything should [at least in this case] be a continuation of colors you are introducing on the banner. The color of the "sheep field" background should aesthetically match the fill of "Christopher", whereas the "about me" background … | |
Re: Erratic behaviour on repetitive user-actions was revealed while testing my JS Spartan (property) Togler, targeting properties on STYLE object. The bug was filed at Bugzilla, [(Bug 720129)](https://bugzilla.mozilla.org/show_bug.cgi?id=720129), but because of its manifestation inconsistency, its status remains UNCONFIRMED since. | |
Re: why are these 2 arguments: '#content .grid_5, #content .grid_6' - a (single) string: [?] not that I think it will solve the problem but, check if Explorer supports your blur effect first, so to make sure that the first doesn't affect the later -because *drag'n'drop* (along with everything dynamic), was, … | |
Re: You are **mis**using IDs for something they were never meant too - don't do that! | |
Re: This is doable, but it will require some scripting... But I see another problem; You say: *"2.) The user entered a word,...", and pressed the enter key"*. My question is, -where will the user enter the word? Given the heads-up that: *"There is no input box where the user enters … | |
Re: I suggest you study this code at http://www.daniweb.com/web-development/web-design-html-and-css/code/226127/pure-css-image-gallery-with-mouse-click-swap and see what you come up with. pick the updated (html5 & back.comp.) code from the last post to play with. May give you some advanced ideas on how to. | |
Re: You can't supress it because it's a System alert! You are overwriting an existing file. Try: [icode]ExcelSheet.Workbooks.Open("D:\\TEST.XLS", 2, true);[/icode] | |
Re: >Hello >I want to create a button that when the user clicks on it, the browser goes automatically fullscreen. It would be for mainly IE9 and I use for the rest of the browsers the HTML5 fullscreen API. On Win8 you are already on full-screen mode ![]() | |
Re: toggleXprop= function(o,p,v){ o.m||(o.m={}); o[p]==v?o[p]=o.m[p]:(o.m[p]=o[p],o[p]=v); } usage: handlerElement.setAttribute("onmouseover", "toggleXprop(targetElement.style, 'backgroundColor', 'colorVal')"); handlerElement.setAttribute("onmouseout", "toggleXprop(targetElement.style, 'backgroundColor', '')"); | |
Re: you've most probably lost refference to your counter (i) | |
Re: It returns "A", because HTML tag-names are defined in uppercase. In fact, HTML doesn't support or distinguish between lowercase and uppercase; Meaning, HTML is case insensitive and everything is interpreted and/or retrieved in uppercase. | |
Re: well first thing's first: <a href="http://www.supportworks.org" `target="_blank"`>HTML SupportWorks Home Page</a> You need to delete the damn target="_blank" from your links. | |
Re: are you sure you've saved your files in utf-8 charset format since you are so eager in instructing the interpreter what chaset is to be used when parsing your content? | |
Re: use the onblur=... event to hide them | |
Re: > RE: 'most creative functionality' ... is it: > - creative uses of math functions > - new software utility for users > - improving the qualification and the productivity of the users ... or what > > RE: 'most elegant code' .. is it: > - created with class … | |
Re: You don't write a document in a paragraph. It's just something that you don't normaly do. The "document.write" writes a new document over the previous. Not inside the existing one. Meaning you can't have another document in a document. I believen you might want to read and try to use … | |
Re: Is there any reason why would I want my toggle to take longer than a click to get out of my way and pop up right back when I need it? - Or, what gives me the right to punish my client's bandwidth with additional 92KB download and leave him … | |
Re: There isn't! (At least not theoretically). Practically? There is! - But the method chosen for conversion will have to be idiomatic. Therefore not understood by anybody else unless canonized and learned by other parties of same interest. ![]() | |
Re: > and found that > Firefox 15.01 will play the ogg, but not the mp3. > IE8 won't play anything. > Chrome (Version 22.0.1229.92 m) will play both. That's ironic because the following will play in any Internet Explorer, say version 0 through IE10 if you like. Without even having … | |
Re: function addLinks () { for (var i=0, link; i<5; i++) { link = document.createElement("a"); link.innerHTML = "Link " + i; link.onclick = Function( "alert("+i+")" ); document.body.appendChild(link); } } | |
Re: > Write a program that defines and instantiates a new String object called title with COMPUTER PROGRAMMING in it. Then create a new String labeled title2 -- write code to store the contents of title into title1 in reverse order. Using a for loop and charAt. You don't need a … | |
Re: I don't understand why does an empty textbox contain null value in the first place? | |
Re: you can't do that! | |
Re: > Is there any code snippets for that. I need the code. WHAT IS THE NAME OF THIS EFFECT? It's called "accordion" and there are plenty of them: you can try this one among others http://sandbox.scriptiny.com/accordion/index.html | |
Re: 1. You shouldn't append script element to a div or any other structural element of the document except the two main elements of the document: document body and document head. 2. The src attribute of script element is (recently) flagged, and pasting script element as innerHTML will probably not trigger … | |
Re: That's because HTML5 is the boss of his own now. > The second one should be invalid, since p2 isn't defined. That shouldn't work. -Why would you say that? p.s.: > <p id="p1">Hello World!</p> This is not important, but FYI: <P>, doesn't need an ending instruction on HTML. | |
Re: it is possible, of course, but what do you have so far, can we see your code? | |
Re: I think that "referrer" is a property of "document" object. | |
Re: It must be a jQuery bug, so you should try a fix with them. Input doesn't have a "closing tag" and most often it will cause DOM errors. tip: You don't use xhtml syntax when coding in HTML. | |
Re: You need to try your code on IE first. If it works there, and it most probably will. the problem is the brwoser you are using. Meaning, the [img][src] attribute has been flagged. You will most probably be forced to use some sort of a hidden iframe to actually load … | |
Re: the guy at webbugtrack can't tell a sheep from a goat. His title says: "bug 274 - DOM Methods on Select Lists don't work in IE" First: The innerHTML is not a DOM method! Second: Options are not HTML Elements they are Controls. |
The End.