Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 667 Bytes

README.MD

File metadata and controls

18 lines (11 loc) · 667 Bytes

Jquery-metiony demo - user guide

Transform textarea into contenteditable, feel like the facebook mention. Demo here

Jquery-mentiony demo

NOTE

Feature

This plugin is very basic, for production, you need to care about:

  • Server side security because div[contenteditable] content is HTML, you can inspect element and see how it look like
  • Fuzzy search + highlight search result --> Do not have it yet, feel free to make it your self.

Maintenance

This plugin is a quickly made for an old PHP Jquery project, I haven't used Jquery for a longtime so that no maintenace commitment will be made.