MyPage is a personalized page based on your interests.The page is customized to help you to find content that matters you the most.


I'm not curious

Problem in NicEdit when remove text getting auto highlight in google chrome

0
Started on: 05 January 13
Participants: 1

Using niceditor , when remove text from paragraph the text getting auto highlight.

When I tried to remove one paragraph the entire paragraph getting highlighted with background in grey automatically.

Using niceditor , when remove text from paragraph the text getting auto highlight.

When I tried to remove one paragraph the entire paragraph getting highlighted with background in grey automatically.

This challenge is listed under Development & Implementations Community

Related Posts:

NicEdit

 

Google Chrome Browser

 

Initiator

Aravinthan
Aravinthan
  Follow

I am passinate about IT & PHP , Let's do it

More posts by: Aravinthan Asokan

1 Suggestion

  1. 10 January 13
    0

    InnoThink

    I also faced the same error please try the below code

    $("#myArea2").keyup(function(){ $("#myArea2 span").each(function(){ if($(this).css("background-color") == "rgb(228, 230, 229)" || $(this).css("background-color") == "#E4E6E5" || $(this).css("background-color") == "#e4e6e5"){ $(this).css("background-color","#ffffff"); } }); });

Awards & Accolades for MyTechLogy
Winner of
REDHERRING
Top 100 Asia
Finalist at SiTF Awards 2014 under the category Best Social & Community Product
Finalist at HR Vendor of the Year 2015 Awards under the category Best Learning Management System
Finalist at HR Vendor of the Year 2015 Awards under the category Best Talent Management Software
Hidden Image Url

Back to Top