558 Posted Topics

Member Avatar for riahc3

if a ('match') fails, use the same command you are using to show the complete list on an else{ 'declaration' }.

Member Avatar for riahc3
0
150
Member Avatar for daniel36

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" ...

Member Avatar for Troy III
-1
602
Member Avatar for turpentyne
Member Avatar for turpentyne

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?

Member Avatar for Troy III
0
1K
Member Avatar for resant
Member Avatar for theguitarist

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...

Member Avatar for theguitarist
0
440
Member Avatar for rajhoq12
Member Avatar for asif49

> $(event.relatedNode).html($(event.relatedNode).html().replace(/a/g, "i")); is it working on other browsers; d what browser versions have you been testing ?'

Member Avatar for Troy III
0
236
Member Avatar for Katik14

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] } …

Member Avatar for Troy III
-1
131
Member Avatar for asif49

What do you mean with "doing this for IE"? Are you implying that you have a working code for other UA's?!

Member Avatar for stbuchok
0
167
Member Avatar for cproger
Member Avatar for Troy III
0
137
Member Avatar for Kert

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 …

Member Avatar for radhakrishna.p
0
303
Member Avatar for David2012

> 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' …

Member Avatar for jlauer2003
1
548
Member Avatar for EddieC

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 …

Member Avatar for Troy III
0
540
Member Avatar for mr0277

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 …

Member Avatar for Troy III
-1
298
Member Avatar for Vijaysurya

> 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; }

Member Avatar for Troy III
-1
157
Member Avatar for riahc3

>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?

Member Avatar for Troy III
-1
192
Member Avatar for Reliable

>'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 …

Member Avatar for Troy III
0
150
Member Avatar for Siberian

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 …

Member Avatar for Siberian
0
117
Member Avatar for Dani

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.

Member Avatar for Troy III
0
427
Member Avatar for GraficRegret
Member Avatar for Kamboodle

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, …

Member Avatar for Troy III
0
108
Member Avatar for code_rum
Member Avatar for Troy III
0
387
Member Avatar for milkman93

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 …

Member Avatar for Troy III
-1
179
Member Avatar for SelArom

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.

Member Avatar for Cobra98
0
5K
Member Avatar for karang

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]

Member Avatar for imti321
0
1K
Member Avatar for riahc3

>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

Member Avatar for diafol
0
228
Member Avatar for RenanLazarotto

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', '')");

Member Avatar for RenanLazarotto
0
2K
Member Avatar for efth
Member Avatar for Violet_82

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.

Member Avatar for Violet_82
0
800
Member Avatar for DrChocolate

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.

Member Avatar for DrChocolate
0
257
Member Avatar for eburlea

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?

Member Avatar for eburlea
0
221
Member Avatar for rotten69
Member Avatar for Dani

> 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 …

Member Avatar for L7Sqr
3
1K
Member Avatar for tibormarias

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 …

Member Avatar for JorgeM
0
1K
Member Avatar for Tko_1

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 …

Member Avatar for Troy III
0
210
Member Avatar for Buppy

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.

Member Avatar for stbuchok
0
116
Member Avatar for StephenopolousINC

> 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 …

Member Avatar for StephenopolousINC
0
335
Member Avatar for esparkinfo

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); } }

Member Avatar for Taywin
0
227
Member Avatar for applepie-0167
Re: java

> 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 …

Member Avatar for Taywin
-1
112
Member Avatar for bLuEmEzzy
Member Avatar for bLuEmEzzy
0
154
Member Avatar for Paulxh
Member Avatar for rubai

> 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

Member Avatar for Troy III
0
202
Member Avatar for troels_y

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 …

Member Avatar for Troy III
0
275
Member Avatar for Lilith24

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.

Member Avatar for Troy III
0
390
Member Avatar for subrata_ushasi
Member Avatar for JorgeM
0
173
Member Avatar for robert.rook.501
Member Avatar for Taywin
0
308
Member Avatar for samith.dilhara

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.

Member Avatar for Airshow
0
192
Member Avatar for h0rryp0tter

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 …

Member Avatar for Troy III
0
351
Member Avatar for Zanzertuchi

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.

Member Avatar for Tyler W. Cox
0
371

The End.