TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
2.1k
473.7k
how to make a texbox active when insert with text?
Sep 23 2020 2:38 AM
Hi Team
I want to make my Next button active, only when a user select both radio-button and textbox. i want to know jquery side of things, with my following logic i have below.
<div
class
=
"col-sm-3"
>
@Html.RadioButtonFor(m => m.CourseAdmin.LoginID,
"LoginID"
)
<label
for
=
"LoginID"
class
=
"col-form-label"
>LoginID</label>
</div>
<div
class
=
"col-sm-3"
>
@Html.RadioButtonFor(m => m.CourseAdmin.SIS_ID,
"SIS_ID"
)
<label
for
=
"SIS_ID"
class
=
"col-form-label"
>SIS_ID</label>
</div>
<div
class
=
"col-sm-12"
>
@Html.TextAreaFor(m => m.eNtsaAdmin.eNtsaTextAreaDisc,
new
{ @
class
=
"form-control"
, style =
" font-weight: bold; width:450px"
})
</div>
;div
class
=
"modal-footer"
>
<button type=
"button"
class
=
"btn btn-secondary"
data-dismiss=
"modal"
>Close</button>
<button type=
"button"
class
=
"btn btn-primary"
>Next</button>
Reply
Answers (
7
)
Filter Time column greater than zero in typescript
How to get round figure minutes in JavaScript?