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 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 new to WPF so may be missing something obvious but haven't been able
I've set up a jQuery sortable list but I need to be able to
I am able to set custom font to my text view like this Typeface
I have been able to set up OBDC in Filemaker, and added table ,
I'm able to set variable values for where restrictives: Query criteria = session.createQuery( select
Would like to be able to set colors of headings and such, different font
I need to be able to set the size of an array based on
I want to be able to set variables in a template to string values.
I wanted to be able to set the keyEquivalent of an NSMenuItem based on
I'd like to be able to set the default text rendering of a PSObject

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.