Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
This week's book giveaway is in the
Spring
forum.
We're giving away four copies of
Java Persistence with Spring Data and Hibernate
and have Cătălin Tudose on-line!
See
this thread
for details.
Win a copy of
Java Persistence with Spring Data and Hibernate
this week in the
Spring
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Tim Cooke
Paul Clapham
Liutauras Vilda
Sheriffs:
Junilu Lacar
Rob Spoor
Jeanne Boyarsky
Saloon Keepers:
Stephan van Hulst
Carey Brown
Tim Holloway
Piet Souris
Bartenders:
Forum:
HTML Pages with CSS and JavaScript
myTable.rows(i).click() Performance issue.
Omar Barkawi
Greenhorn
Posts: 3
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Dear all,
I have a performance issue regarding myTable.rows(i).click() function , its taking too much time if I have more than 400 records.
var il = myTable.rows.lenght; for (var i = 0 ; i<il ; i ++ ){ myTable.rows(i).click(); }
is there any peroframce tuning regarding this issue ?
Thanks ,
Eric Pascarello
author
Posts: 15385
6
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
why are you calling click() on every row and when is this being run?
Also this is wrong:
var il = myTable.rows.lenght;
Eric
Men call me Jim. Women look past me to this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
viewScoped bean recreated on page reload
pass jstl value to javascript
Performance issues with javascript
Question on toggling title attribute of an image
Is httpunit support script contains table1 deleteRow( rowno)
Low Tech Laboratory Movie Kickstarter - March 2023
More...