To make toggle by default hidden

To make toggle by default hidden

i have done this coding in javascript.

<script type="text/javascript">
$(document).ready(function(){
$("#pw1").click(function(){
$("#1").toggle();
});
});
</script>
<a href='#' id="pw1">Comments</a>
<p id=1></p>

by default toggle is "shown"..but i want it by default "hidden"..

Wat should i add in this coding?

View Answers

May 5, 2012 at 12:39 AM

not able to post code..!!!!!so jst posting worn and torn kind of..

anyhow plz tel me a simple example of toggle in which it is by default hidden

$(document).ready(function(){ $("#pw1").click(function(){ $("#1").toggle(); }); });

---nikita anand









Related Tutorials/Questions & Answers:
To make toggle by default hidden
To make toggle by default hidden  i have done this coding... toggle is "shown"..but i want it by default "hidden".. Wat should i add... kind of.. anyhow plz tel me a simple example of toggle in which it is by default
Hidden Comment
Hidden Comment  What is a Hidden Comment ?   Hi, Hidden... to the client. The JSP engine ignores a hidden comment, and does not process any code within hidden comment tags. ADS_TO_REPLACE_1
Advertisements
Hidden Program
Hidden Program  Hello Sir/Madam, I need to know how many files are hidden in a folder or drive using java program
div overflow hidden
div overflow hidden  How to make div overflow hidden? Thanks   Hi, Here is the code: <div style="widht:200px; height:600px; overflow:hidden;"> </div> Thanks
Test hidden element using JQuery
Test hidden element using JQuery  Suppose i have an element which i am hiding and showing, using .hide(), .show() or .toggle().How do you test to see if that element is currently hidden or visible on the screen? Please provide
Show a hidden frame previously from another from
Show a hidden frame previously from another from  How can i show a hidden frame previously by this code: jframe_name.hide(); and make it visible from another frame i'm waiting for the answer, and i'll be thankfull
javascript value to hidden input
javascript value to hidden input  How to take input for the hidden fields in JavaScript?   $(".Search").keyup(function() { var id = this.id; $('#'+id+'Temp').val($(this).val
Sending hidden values
Sending hidden values  how to send more than one hidden values through javascript function . Main purpose is to remove href link (Query string should not appear in url bar
stop the running hidden server
stop the running hidden server  Port 8080 required by Tomcat v6.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you
ModuleNotFoundError: No module named 'hidden_markov'
ModuleNotFoundError: No module named 'hidden_markov'  Hi, My... 'hidden_markov' How to remove the ModuleNotFoundError: No module named 'hidden_markov' error? Thanks   Hi, In your python
Default Package
Default Package  Can we import default packages???   Yes, you can import the default packages. But there will be no error or exception, if you will not import default packages. Otherwise, importing packages is must
Hidden Jewels of Kerala
Hidden Jewels of Kerala Destinations Covered: Guruvayoor- Vythiri/Wayanad- Kozhikode Duration: 07 Days /06 nights of Hidden Jewels of Kerala Day 01... Tour of Kerala On the second day of your tour to hidden jewels of Kerala, have
Hidden Tag <html:hidden>:
Hidden Tag <html:hidden>:       This tag facilitate  an HTML <input> element of type hidden... the hidden fields values. Output:ADS_TO_REPLACE_2
ModuleNotFoundError: No module named 'jenkins-jobs-hidden-param'
ModuleNotFoundError: No module named 'jenkins-jobs-hidden-param'  Hi...: No module named 'jenkins-jobs-hidden-param' How to remove the ModuleNotFoundError: No module named 'jenkins-jobs-hidden-param' error? Thanks  
ModuleNotFoundError: No module named 'jenkins-jobs-hidden-param'
ModuleNotFoundError: No module named 'jenkins-jobs-hidden-param'  Hi...: No module named 'jenkins-jobs-hidden-param' How to remove the ModuleNotFoundError: No module named 'jenkins-jobs-hidden-param' error? Thanks  
ModuleNotFoundError: No module named 'jenkins-jobs-hidden-param'
ModuleNotFoundError: No module named 'jenkins-jobs-hidden-param'  Hi...: No module named 'jenkins-jobs-hidden-param' How to remove the ModuleNotFoundError: No module named 'jenkins-jobs-hidden-param' error? Thanks  
ModuleNotFoundError: No module named 'lektor-hidden-attachments'
ModuleNotFoundError: No module named 'lektor-hidden-attachments'  Hi...: No module named 'lektor-hidden-attachments' How to remove the ModuleNotFoundError: No module named 'lektor-hidden-attachments' error? Thanks  
ModuleNotFoundError: No module named 'lektor-hidden-attachments'
ModuleNotFoundError: No module named 'lektor-hidden-attachments'  Hi...: No module named 'lektor-hidden-attachments' How to remove the ModuleNotFoundError: No module named 'lektor-hidden-attachments' error? Thanks  
ModuleNotFoundError: No module named 'mediagoblin-hidden_original'
ModuleNotFoundError: No module named 'mediagoblin-hidden_original'  ...: No module named 'mediagoblin-hidden_original' How to remove the ModuleNotFoundError: No module named 'mediagoblin-hidden_original' error? Thanks
ModuleNotFoundError: No module named 'mediagoblin-hidden_original'
ModuleNotFoundError: No module named 'mediagoblin-hidden_original'  ...: No module named 'mediagoblin-hidden_original' How to remove the ModuleNotFoundError: No module named 'mediagoblin-hidden_original' error? Thanks
ModuleNotFoundError: No module named 'odoo10-addon-sale-layout-hidden'
ModuleNotFoundError: No module named 'odoo10-addon-sale-layout-hidden' ...: ModuleNotFoundError: No module named 'odoo10-addon-sale-layout-hidden' How to remove the ModuleNotFoundError: No module named 'odoo10-addon-sale-layout-hidden' error
ModuleNotFoundError: No module named 'jenkins-jobs-hidden-param'
ModuleNotFoundError: No module named 'jenkins-jobs-hidden-param'  Hi...: No module named 'jenkins-jobs-hidden-param' How to remove the ModuleNotFoundError: No module named 'jenkins-jobs-hidden-param' error? Thanks  
how to store dynamic array in hidden field in javascript?
how to store dynamic array in hidden field in javascript?  I have... to store it in a hidden field for passing it to the jsp page. so any one help me in how to store it in hidden field
Java Servlet : Hidden Field
Java Servlet : Hidden Field In this tutorial, we will discuss about Hidden Field. It is one of session tracking technique. Hidden Field : Session... for a specific time period. You can maintain session tracking in three ways - Hidden form
How to show only hidden files in Terminal?
How to show only hidden files in Terminal?  Hi, I want to list all the hidden files in a directory. How to show only hidden files in Terminal...; ence symbolic links .?* will only state hidden files Thanks
How to show only hidden files in Terminal?
How to show only hidden files in Terminal?  Hi, I want to list all the hidden files in a directory. How to show only hidden files in Terminal...; ence symbolic links .?* will only state hidden files Thanks
How to show only hidden files in Terminal?
How to show only hidden files in Terminal?  Hi, I want to list all the hidden files in a directory. How to show only hidden files in Terminal...; ence symbolic links .?* will only state hidden files Thanks
How to check a file is hidden or not in java
Description: This example demonstrate how to check a file is hidden at a given... hidden property of a file. As in the file path we see '\' (backslash... on the file have hidden property at the specified path that is set in the program
COMMENT & HIDDEN COMMENT IN JSP
COMMENT & HIDDEN COMMENT IN JSP In this section , we will learn how to implements comment & hidden comment in JSP. COMMENT : Comment generates... -->   HIDDEN COMMENT : The hidden comment included in the JSP page
how to get the anchor field in hidden field tag
how to get the anchor field in hidden field tag  I have a following code I need to have the value of property "emp" in a hidden field also. when i try to put the following code, I cant get the hidden tag when i see the source
Artifacts of default
List of Artifacts of default maven depenency
Hidden Form Fields
Hidden Form Fields          Hidden form field is used to maintain the session. It is one of the way to maintain the session. In hidden form fields
make setup
make setup  i've made jbuilder application how could make autorun or jar executable for this application? waiting your answers soon
Version of com.michaelpardo>materialdesignicons-toggle dependency
List of Version of com.michaelpardo>materialdesignicons-toggle dependency
java serializable default constructor
java serializable default constructor  java serializable default constructor
is set interface synchronize by default???????
is set interface synchronize by default???????  is set interface synchronize by default??????? an whether list is syncrhronized by default
ModuleNotFoundError: No module named 'proxy-toggle'
ModuleNotFoundError: No module named 'proxy-toggle'  Hi, My Python... 'proxy-toggle' How to remove the ModuleNotFoundError: No module named 'proxy-toggle' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'toggle-admin'
ModuleNotFoundError: No module named 'toggle-admin'  Hi, My Python... 'toggle-admin' How to remove the ModuleNotFoundError: No module named 'toggle-admin' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'dash-toggle'
ModuleNotFoundError: No module named 'dash-toggle'  Hi, My Python... 'dash-toggle' How to remove the ModuleNotFoundError: No module named 'dash-toggle' error? Thanks   Hi, In your python environment
How to change color of opened Bootstrap drop down toggle?
How to change color of opened Bootstrap drop down toggle?  HI, On click of the item in the bootstrap based menu a toggle drop down appears. How...: .navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default
ipad default image names
ipad default image names  i have a problem while launching application in iPad. The Default image that i have set is not displaying in landscape mode correctly. please suggest. Thanks.   ipad Default image names
ModuleNotFoundError: No module named 'default'
ModuleNotFoundError: No module named 'default'  Hi, My Python... 'default' How to remove the ModuleNotFoundError: No module named 'default... to install padas library. You can install default python with following command
ModuleNotFoundError: No module named 'default'
ModuleNotFoundError: No module named 'default'  Hi, My Python... 'default' How to remove the ModuleNotFoundError: No module named 'default... to install padas library. You can install default python with following command
MySQL Default Port number
MySQL Default Port number  HI, What is MySQL Default Port number? Thanks   Hello, MySQL Server Default Port number is 3306. Thanks
Interaction Helpers: toggle( ) and hover( )
Interaction Helpers: toggle( ) and hover( )       Interaction Helpers: toggle( ) and hover( ) .toggle( ) This method binds two or more handlers
Make A website
Make A website  How expensive(hire someone) or hard would it be to create a website like this? I want to build a website where people can be users of the website with a small profile. Their is a point system (kinda like money
make a program
make a program  GoodEmployee is defined who has ALL the following properties: He should be married. He should have 2 or less than 2 children. His middle name should start with "k" but not end with "e" The last name should have
make a webpage
make a webpage   I will provide you some basic requirements that you will be implementing over a small web page... Requirements: A web page having a title, heading, 3 text boxes, a checkbox, a submit button and a table
Which package is imported by default?
Which package is imported by default?  hi, Which package is imported by default? thanks   hi, It is very important to know Which package is imported by default? The java.lang package is imported by default even
Pass hidden veritable while uploading file - JSP-Servlet
? Please guide me in this issue. Again, in simple word my Q is "How to pass hidden...Pass hidden veritable while uploading file  Hi All, Is there any way to pass hidden variables in request, from where we are trying to upload file

Ads