1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Buying Hide options in IE - Jquery

Discussion in 'Programming' started by secretdesign, Jul 27, 2015.

  1. #1
    I need working solution for hiding some options based on css class in IE.

    Please PM me.

    Thank you.
     
    secretdesign, Jul 27, 2015 IP
  2. easyolcash

    easyolcash Active Member

    Messages:
    302
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    80
    Digital Goods:
    1
    As Seller:
    100% - 11
    As Buyer:
    100% - 0
    #2
    Had you ever tried to use css conditional statement?

    <!--[if IE]>
    .classname {
    display: none;
    }
    <![endif]-->
    Code (markup):
     
    easyolcash, Jul 30, 2015 IP