Recent questions tagged javascript

Description : How do I make an HTTP request in JavaScript?

Last Answer : There are several ways to make an HTTP request in JavaScript, and the choice of which to use depends on the type of request you need to make and whether you want to use modern standards or not. ... .data)); Which option you choose will depend on your needs and which browsers you need to support.

Description : How to add 2 buttons that do 2 things in JavaScript?

Last Answer : Can you share some code? Can probably get you on the right track here. To start, I'd double check whatever you're using to target the form and make sure it's right. Some common things might be ... sure it's not shared between both and make sure you're calling the right target for the right button.

Description : How to make a javascript code between shortcodes showing in Wordpress?

Last Answer : answer:My guess is that Wordpress is stripping the javascript out. I found this: http://codex.wordpress.org/Using_Javascript

Description : Anyone here who is a good JavaScript coder or can recommend someone who is?

Last Answer : PMing you, @ETpro.

Description : Do you know a website where an option selection list shows you a popup or lightbox of each option onMouseover or onSelect?

Last Answer : Can’t you invoke a Javascript function with onmouseover and onmouseout?

Description : Why is drag-and-drop image upload not implemented more often on websites?

Last Answer : answer:When you let people upload to your server there are always security risks, but as far as I know there are no extra security problems with the system you mention. At a guess, I'd say ... but IE also has problems some times understanding even the most basic of HTML code, so no surprises there.

Description : Why Won't My Lightbox Light Up in IE?

Last Answer : What version of IE is it?

Description : How to connect to the server on the chatroom on your website?

Last Answer : answer:This is the Blogger Chat Box: http://blog.chatroll.com/how-to/add-a-free-blogger-chat-box-widget-to-your-blogspot-blog You will have less control over the specs, but it would work :D Hope this helps.

Description : How can client-side Javascript determine the iOS version of an iPhone?

Last Answer : This sums up the atate of the art pretty well.

Description : Best books for learning ActionScript?

Last Answer : read the adobe manual here. Not joking. If you know how to program already, this will be the most complete explanation. Plenty of inline go samples as well.

Description : How do I get MySpace music to play on Camino?

Last Answer : I think you can’t do it.

Description : jQuery or Mootools?

Last Answer : DOMAssistant ;-) Seriously, though, it's pretty much impossible to answer your question unless you tell us more. Specifically, what is/are your use case(s)? What are you trying to do that you want ... What do you value in a library (e.g., comprehensiveness? smallest possible download? ease of use?)?

Description : Is Google Docs developed by JavaScript?

Last Answer : It is developed in Javascript.

Description : My JavaScript code doesn't work in Firefox?

Last Answer : Frames…haven’t seen those in a long time.

Description : Scriptaculous effect on Element.insert?

Last Answer : answer:Assuming that you only want to highlight or blind down (or any other effect that you desire) only the content you've inserted and not the whole activity' object, then I think you'll be faced ... insert({ top: ''+transport.responseText+'' }); new Effect.BlindDown( newText'); Hope that helped!

Description : Does Javascript support conditional if/then regular expressions?

Last Answer : Javascript is an ECMA language whose regex implementation sadly doesn’t include the conditional syntax. Here’s a very thorough reference chart in case you’re curious about other implementations.

To see more, click for the full list of questions or popular tags.