How label of one field input in add or edit page is can be hidden

QuestionsHow label of one field input in add or edit page is can be hidden
toki asked 11 years ago

Hi,

jQuery('#Car2').hide();

As you know it is possible that with above code Car2 named field input in add or edit dialog form can be made invisible.

How caption label of a field input in add or edit dialog form also can be hidden ?

Regards…

2 Answers
Abu Ghufran answered 11 years ago

hi,

Use firebug or in chrome press f12, then use inspector to select that element and see its ID. you can then hide it as above.

you can also hide compete <tr> to hide both.

toki answered 11 years ago

Hi Abu,

jQuery('#Car2').closest('tr').hide(); hide both.

Thanks..

Your Answer

7 + 11 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?