While executing my program, I want to hide/minimize Microsoft Speech Recognition Application: alt text http://img143.imageshack.us/img143/9380/minimize.png
I know this is easy, just drawing a blank. If you look at this page (all JS/CSS is on the one page), http://dl.dropbox.com/u/904456/expander.html
I am trying to make a menu that works like the one on this flash site: http://elevensix.de/ When I click \"portfolio\", only then to the subnavigation links reveal themselves. Right now I have only
I am trying to make an AJAX request that updates a div\'s content when that div is shown. My initial thought was to use an Event observer that watched for a div to be shown, but I cannot seem to find
I am using jQuery to hide a div on my page: $(document).ready(function(){ $(\'#message\').hide(); When a certain part of the page scrolls into view the div shows using
Hey, I have a list of using ul and li: <span class=\"important\">Show/Hide</span> <div id=\"important\" class=\"hidden\">
I\'m using this for the very first time to do some quick prototyping (using sketchflow). I have a simple dialog window that I want to show when a button it pressed and then hide when a button (in the
I would like to build a simple menu for each list element clicked on but hide this div once you click outside it. Here is some simple code which hopefully will make sense.
I am a Javascript/jQuery/Prototype newcomer and I have a page that has a Prototype function to get info from a database and put it into some input fields. This was made before I came to work on this s
I was looking something similar with winforms like // in Form 1 this.Hide(); F开发者_运维技巧orm2 form = new Form2();