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

  • Home
  • SEARCH
  • 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 8722979
In Process

The Archive Base Latest Questions

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

im loading pages with ajax and also loading pages javascript code with it. i

  • 0

im loading pages with ajax and also loading pages javascript code with it.

i wanted to know, if i remove page javascript code, which has jquery live bind event on it, will it kill the binding or do i still have to call $(this).die(); function?

jquery live bind event

jQuery(function($) {

    $('.showNavLink').live('click', function() {

    });
});

Ajax Page Flow

  • home page is loaded
  • home page javascript is loaded
  • user requested to load new page (on click)
  • removing home page code with javascript
  • removing javascript code
  • loading new page… (starts the cycle with first step).
  • 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-13T07:31:31+00:00Added an answer on June 13, 2026 at 7:31 am

    $.live is deprecated http://api.jquery.com/live/. But if you are using it, you should remove it. I’m assuming you’re never refreshing the page. Just removing script tags doesn’t undo everything that was done when the script was run.

    The new way is

    $(document).on('click', '.showNavLink', function() {});
    

    When it’s no longer needed

    $(document).off('click', '.showNavLink');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Jquery Mobile page into which I'm loading a form via AJAX.
I'm loading a page containing a GMaps using the ajax() method of jQuery. The
I am loading content into a page with ajax that will have live click
i'm loading, using the JQuery ajax() method, an external page with both html and
I have some code (written by another developer) that is doing AJAX page loading
In my ASP.Net app, which is javascript and jQuery heavy, but also uses master
I am using Ajax (and jQuery, and also CoffeeScript) to load pages in a
I have some code that has a jquery datepicker and also some code for
I'm trying to implement an ajax page loading icon, but of course I can't
I am trying to run two scripts: one for loading page content using ajax

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.