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
kritika
NA
53
0
removeattribute at runtime in asp.net using c#
Apr 11 2011 6:07 AM
hello frnds,
m using jquery in my asp.net application.
my page has one grid and one table
the grid has 1 textbox and table has 2 textbox..
on page load table is not visible
on using document.ready function m using like
$(function () {
$('input:text').attr('readonly', true);
});
by using this the textbox of grid is also being readonly i want tht textbox readonly when the table is visible...
suggest me ...
Reply
Answers (
2
)
Dynamic Rows Addition in HTML Table in Upward Direction
Updating a DIV from Jquery