Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Highlight row not working after dynamic refresh

nbyrne76Jan 9 2014 — edited Jan 9 2014

Hi


Application Express 4.2.1.00.08


Hoping someone can help with this. I have a report (list of loans for a person) that gets dynamically refreshed when the account number changes. The loan id column is a link that when clicked fires a dynamic action that uses javascipt to highlight the current row

$('.highlight-row').removeClass ('highlight-row');

$(this.triggeringElement).parent().parent().children().addClass ('highlight-row');

This works fine first time around however if the loans region is refreshed the javascript stops working and the current row is not highlighted.

Thanks


Neal



This post has been answered by fatehcis-JavaNet on Jan 9 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 6 2014
Added on Jan 9 2014
8 comments
645 views