EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
March 06, 2026, 04:34:27 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
General Discussion
>
[SELFSOLVED] HIDE textbox ?
Pages: [
1
]
« previous
next »
Print
Author
Topic: [SELFSOLVED] HIDE textbox ? (Read 15013 times)
Coder
Full Member
Posts: 102
[SELFSOLVED] HIDE textbox ?
«
on:
March 03, 2018, 02:52:31 PM »
How corrct hide textbox?
Code:
$('#elm').textbox('textbox').hide();
leaves <span> with border ;(
and
Code:
$('#elm').textbox('textbox').parent().hide();
hide this <span>, but leave <label> of this textbox
«
Last Edit: March 03, 2018, 05:52:40 PM by Coder
»
Logged
Coder
Full Member
Posts: 102
sometimes need to sleep....
«
Reply #1 on:
March 03, 2018, 05:52:10 PM »
Code:
<div id="elmContainer"><input id="elm" class="easyui-textbox" ....
Code:
$("#elmContainer").hide()
«
Last Edit: March 03, 2018, 05:54:15 PM by Coder
»
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...