For the screen capture question, I just want to show the icon itself but no other wordings, including the text above and the text “capture screen” beside the icon. May I know how to do so?
For the screen capture question, I just want to show the icon itself but no other wordings, including the text above and the text “capture screen” beside the icon. May I know how to do so?
Try the below code:
jQuery("#"+this.questionId+" .QuestionText, .ScreenCaptureWarning").hide();
jQuery("#"+this.questionId+"-ScreenCaptureMessage").hide();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.