Please UseCodeTags when posting code or configuration. Unformatted code and configuration is very difficult to read. You can edit your post to include them by using the button.
It's also helpful to remove commented-out code rather than making the reader determine what's important and what isn't.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
First, you have multiple hidden elements with the same id [id="itemId"], that is illegal in HTML.
The problem with your code is due to the fact you are not limiting the onblur to the row you are in, you are looking at the start of the document again.
You either want to traverse to the parent and look for the elements or you can grab what ever is after the _ in the current id you got
Eric
Naveen puttu
Ranch Hand
Joined: Sep 15, 2009
Posts: 88
posted
0
That was really helpful mate . thanks
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.