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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:50:00+00:00 2026-05-11T11:50:00+00:00

I am able to set up the inplace editor no problem, everything works great,

  • 0

I am able to set up the inplace editor no problem, everything works great, but I haven’t found a way to remove it once it is attached to a field, anyone know how?

I am talking about this plugin here: http://www.davehauenstein.com/code/jquery-edit-in-place/

  • 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. 2026-05-11T11:50:01+00:00Added an answer on May 11, 2026 at 11:50 am

    I suppose you mean you want to disable the inplace editor.

    I never used this plugin but I see no code sample on the site that leads to believe the behavior you’re asking for is implemented.

    If it’s not, maybe you could use the good old div cache trick:

    $.fn.disableWithADiv() {     var element = $(this);     var pos = element.offset();     $('body').append($('<div />').css({         'position': 'absolute',         'z-index': 1000,         'left': pos.left+'px',         'top': pos.top+'px',         'width': element.width(),         'height': element.height(),         'display': 'block'     }).attr('id',element.attr('id')+'-div-disabler')); }  $.fn.removeDivDisabler() {     var element = $(this);     $('#'+element.attr('id')+'-div-disabler').remove(); } 

    then use

    $('#yourElement').disableWithADiv();   // To disable $('#yourElement').removeDivDisabler(); // To re-enable 

    If everything goes as planned, the div will catch click events in place of your element and the inplace editor will never get opened.

    That’s from the top of my head, not sure there are no typo or a major logic flaw in there 😉

    EDIT:

    Well, there is a problem… the bodies of the two functions should be encapsulated into this construct:

    return this.each(function() {     // Body here }); 

    Silly me.

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

Sidebar

Related Questions

I'm able to connect to and read an excel file no problem. But when
I want to be able to set my country of origin - does this
So, I'd like to be able to set the max log file size to
anyone able to tell me how often a materialized view is set to refresh
Is it possible under any set of circumstances to be able to accomplish this?
I would love to be able to have a common set of Classes in
I would like to be able to, as part of a maven build, set
In other words, if I set up SSRS Express edition will I be able
Application able to record error in OnError, but we are not able to do
You should be able to create a generic form: public partial class MyGenericForm<T> :

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.