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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T19:48:18+00:00 2026-06-02T19:48:18+00:00

I have a editable div: <div id=artikel contenteditable=true></div> It works nice, I can edit

  • 0

I have a editable div:

<div id="artikel" contenteditable="true"></div>

It works nice, I can edit it on the fly by just typing in it.

What I now want is to search in the text typed in, just when they lift a key:

<script>
$(document).ready(function(){
    $("#artikel").live("keyup", function(e)
    {
        var text = $(this).html();
        console.log(text);
    });
});
</script>

This is all working.

The question is, when I have this text:

Sampele text with the same words in the text.

How to only replace the first “text” word and not the second one. And how to let the HTML bold intact.

  • 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-02T19:48:20+00:00Added an answer on June 2, 2026 at 7:48 pm

    This replace the ‘text’ string by newText, only once :

    var $t = $('#artikel');
    var html = $t.html();
    var i = html.indexOf('text');
    html = html.substring(0, i) + newText + html.substring(i+'text'.length);
    $t.html(html);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

have this html: <div id=editable contentEditable=true > <span contentEditable=false >Text to delete</span> </div> need
I would just like to have an editable div that acts like a textarea
I have a <div> that has contentEditable=true . When I copy-paste content within the
Long story short - I have an editable <div> and I want to clear
I have editable grid view, If I click on edit in any row say
I have an editable iframe with some textnodes. During editing i want (on some
I have a Listbox where all cells are editable. While the user is typing
I have a treeview with an editable CellRendererText: self.renderer = gtk.CellRendererText() self.renderer.set_property('editable', True) But
I have a helper called EditableArea which provides a user with a runtime-editable div
I have a div with contenteditable set. This div contains an inner div like

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.