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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:51:36+00:00 2026-06-06T16:51:36+00:00

How can I remove the ‘unbind’ after using it? I need to enable back

  • 0

How can I remove the ‘unbind’ after using it? I need to enable back the click event.
below my function.

1.This function is to disable the print link

function edit(){
$("#ENQUIRY_VIEWMETER a.print").addClass('ui-state-disabled').unbind("click");
}

2.to enable the link to be clickable.

function reset(){
$("#ENQUIRY_VIEWMETER a.print").removeClass('ui-state-disabled').bind("click");
}

Is there other method so that I can enable the link to be click again?

  • 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-06T16:51:37+00:00Added an answer on June 6, 2026 at 4:51 pm

    By using new Jquery 1.7 On() and off() methods, you can achieve this like in following… For further details plz read Usage with Examples

    off():

    $('#ENQUIRY_VIEWMETER a.print').off("click");
    

    Or

    ('#ENQUIRY_VIEWMETER').off('click', 'a.print');
    

    on():

    $('#ENQUIRY_VIEWMETER a.print').on('click', handleClick);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can remove similar element(ul) in class .makhzan after click on one of 111
I need a regex or function that can remove the ENCODED HTML tags from
How can remove just background-color: rgb(255, 196, 196); in following select:style after click with
One can remove all calls to printf() using #define printf . What if I
I'm in need of a regular expression that can remove unnecessary/extra parenthesis in a
I was wondering if when using the datagridview control you can remove the thing
How can i remove this <p> tag with all its content in javascript? say
How I can remove this text(Welcome to islanders No front page content has been
Is there any way I can change this code so I can remove the
In Django you can remove items from a QuerySet by doing this as documented

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.