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 8526235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:12:54+00:00 2026-06-11T08:12:54+00:00

I have a block of JS code on site footer that I need to

  • 0

I have a block of JS code on site footer that I need to remove for a particular page using jQuery. Any help guys ?

Thanks a lot for your time.
Best regards.

<script language="javascript" type="text/javascript"><!--
si_transact_label='My-label';
si_transact_id=123456;
si_transaction_amount='0';
var now= new Date();
//--></script>
<script language="javascript" type="text/javascript">
document.write('<s'+'cript language="javascript" type="text/javascript" src="'+document.location.protocol+'//dms.netmng.com/si/CM/Tracking/TransactionTracking.aspx?siclientid=7244' + '&TransactionAmount=' + si_transaction_amount + '&SICustTransType=' + si_transact_id + '&timecode=' + now.getTime() + '&jscript=1"></s'+'cript>');

  • 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-11T08:12:55+00:00Added an answer on June 11, 2026 at 8:12 am

    The code you’ve provided just sets a group of variables; it doesn’t actually do anything. Presumably those variables are used elsewhere?

    You can’t just “remove the code” using jQuery — by the time jQuery is available on the page, this code will also have been loaded and run, and these variables will be populated. Removing the code after it’s run won’t do anything because it’s already done it’s thing.

    Depending what they’re used for, you could try unsetting the variables — something like this:

    si_transact_label=null;
    si_transact_id=null;
    si_transaction_amount=null;
    var now= null;
    

    but if they’ve been used for their main purpose already, then again, removing them won’t make any difference.

    More likely, what you need to do is not include them in the page in the first place. This would be done in your back end code – ie PHP? ASP.net? or whatever you’re using, but not in the front-end jQuery code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a block of code that serializes a type into a Html tag.
I have a block of code that works great in 32bit, and I'm trying
I have a block of code that worked outside of a function, but not
Let's say that I have a block of code like this: keysPressed = new
Any way I can get this working? I have a block of code: <p><a
i have write this block of code in jquery to create three element after
I have some JS on my site that should prevent the following code from
I have written the following jquery code block. When a postcode is changed on
I have this code: using ( var site = new SPSite( myUrl ) )
I have a pinterest style site and made a jquery script that spaces the

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.