Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8827525
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T07:23:31+00:00 2026-06-14T07:23:31+00:00

Based on another question I have asked: How to Remove <a href> Link Tag

  • 0

Based on another question I have asked:

How to Remove <a href> Link Tag for a Specific Value using Jquery

where I need to remove the a href tag if the value is ‘N’.

All works fine on first load, but since I am using an Oracle ApEx Interactive Report (IRR) and perform a partial page refresh, the solution from my other thread doesn’t fire again and so all my values that have a value of ‘N’ now have a link below it which is not want I want.

Within an IRR, is there a means of firing jQuery code, like on load when the report is partially refreshed, based on column filtering?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T07:23:32+00:00Added an answer on June 14, 2026 at 7:23 am

    Sure is.

    1. With dynamic action: After Refresh
      Triggering region: select your IR region

      True action: execute javascript code

      $('a', this.triggeringElement).filter(function(){
          return this.innerHTML === 'N';
      }).replaceWith('N');
      
    2. Or just javascript code

      $("#ir_region_id").bind("apexafterrefresh", function(){
         $('a', this).filter(function(){
            return this.innerHTML === 'N';
         }).replaceWith('N');
      });
      

    Although you might want to restrict your “a” selector to your actual link column. If you don’t, every link in the IR region is selected. It’s unnecessary.

    $('td[headers="my_link_column"] a')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As a follow up to another question I asked , I have a basic
This is a question related to another one I asked that was specific to
In another question, I have a solution for showing or hiding a div based
My question is based on another question. Instead of repeating a bunch of stuff,
Now following my series of python newbie questions and based on another question .
Yet another PHP question. I've got two arrays: one string-based and the other numeric.
I have been looking all over the Internet for an answer to this question
Another question asked about attributes, but I would like to extend the question to
I asked another question: https://stackoverflow.com/questions/1180240/best-way-to-sort-1m-records-in-python where I was trying to determine the best approach
Based on this question I asked earlier on setting up cookies in Perl ,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.