I have some code here which works perfectly in firefox but not in chrome or IE, my javascript is thus `
I work for an ISP and I have a server with thousands of users 10MB of free storage. They get this free storage with every e-mail account they have with us. An example of a users storage address: http:
In Netbeans, is it possible to hide the type password in a textbox with asterisk (******)? Tha开发者_高级运维nksIf you mean that you need to design a Swing UI with a password text field you should si
I\'m showing a hidden box with jQuery on link-click. Now the box disappears when clicking the link again, but how to make it so it 开发者_开发问答kinda \"loses focus\" and hides. SO, when user click s
I have a C# application with 2 simultaneou开发者_JAVA技巧s visible forms, and I need to hide mouse cursor when it is over only on one of them. If I use Cursor.Hide() it applies the change for both of
I have similar question like this one: Update layout with the animation Basically: I have one vertical LinearLayout View with edittext, button and then list. I\'d like to hide exittext after pressing
Is there a way to hide开发者_开发技巧 a jButton in Netbeans? (similar to button.visible = false in VS)You are looking for, button.setVisible(false);myButton.setVisible(false);
I have the following code: <select> <option value=\"Type 1\">Type 1</option> <option value=\"Type 2\">Type 2</option>
I have a page that uses jQuery with a small glitch. I managed to get this down to a simple example that demonstrates the problem:
I have several divs that share a common class. If one of these divs do not have a child div, I want to hide the div.开发者_开发问答 I can find the right div but I\'m unable to hide it.