I am getting this error in .js file as
d.style.visibility='hidden';
What is d here I dont know,I have used a ckeditor replaced with the textbox as txtEditorAnswer.
Can anybody help me??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
i hope your html is like this
And what i think you need is to hide the txtEditorAnswer
For this you need not create any variable .Just copy down the code below
It is for hiding the particular element.It is happen because u r not initializing the “d”.
If u want to set the visibilty hidden u just use like this
If u r using asp:textbox u might change to its client ID
I hope the problem is due to the d is null always.I hope this will solve your issue.