If the current cookie value is 0, some divs do not show how to write

Source: Internet
Author: User
If the current cookie value is 0, some divs do not show how to write and log on successfully. a cookie is generated based on different users and jumps to the homepage.
The home page contains 3 p
When the cookie value is 1, p1 is displayed, p2 and p3 are not displayed.
When the cookie value is 2, p2. p1 and P3.
When the cookie value is 3, both p1 p2 and p3 are displayed.
I wrote it like this.
Added Write 3 $ d
Write another if statement and write three $ d = "style = 'display: none' based on the cookie value '"
This method is too stupid.
Solution


Reply to discussion (solution)

If ($ value = 1 | $ value = 3 ){
Show p1
}
If ($ value = 2 | $ value = 3 ){
Show p2
}
If ($ value = 3 ){
Show p3
}

Seems to be a permission system? It is not enough to hide it.

How do I write your if statement? Can the stored cookie value be obtained correctly?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.