now both jNice and item_row() work in FF when i change the selected
value. But it does not work in Safari. In safari, the page jumps to
the top when i click on a selection, if i click on it again, jNice
works. item_row() does not.
Now im not sure what the problem is. Im using jQuery.noConflict to
avoid conflict between the two libraries and otherwise, the JS heavy
page is working fine.
i narrowed down the issue to one line of code in the item_row
function. it tries to insert a value into a hidden_field which is kind
of hanging inside <tr> tags. Here's the HTML and JS code..
hi
i faced the similar prob b4 1 month and then i find out this solution
cange
the function from onchange to onclick. this onchange not works with
IE7
as well.ff works perfectly.
I actually just solved it by putting the hidden_field inside another instead of leaving it hanging outside. I have not checked in IE7. thanks for the heads-up!
Im actually having another interesting issue with this table structure im having. I provide a link to add another row to the table. The structure is like this…