Now we want to retrieve all the value of any select box then we can use the getOptions method. It will return the complete list of all the values in a drop down field. It takes no parameter and return list of all the values in the select box.
Now if you want to get the all values of month drop down then you can use the getOptions method like below
In First code i am showing you how to print the count of total values
This will print the total value in the drop down. In this example it is showing 13 because month also in the drop down
Now i am showing you how to print the all values in the console
This will print the all values in the drop down. See below snapshot
Now if you want to get the all values of month drop down then you can use the getOptions method like below
In First code i am showing you how to print the count of total values
This will print the total value in the drop down. In this example it is showing 13 because month also in the drop down
Now i am showing you how to print the all values in the console
This will print the all values in the drop down. See below snapshot
Comments
Post a Comment