0

I am trying to hide few elements of my page. I am using document ready function of jquery. This function is as below.

$(document).ready(function() {
    $("#ewd-feup-register-8").hide();
    $("#ewd-feup-register-input-8").hide();
});

My live page is here

This field does not hide and in my browser console, it gives me an error. Please check it out and help me...

JQuery is loaded in the page... Please visit the actual page to get the problem. I can not post entire code here as it will be over the allowed limit.

Pt. Raman Sharma
  • 309
  • 1
  • 4
  • 15

0 Answers0