Skip to content

alirezahatami/mentioned-div

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mentioned-div

A jquery plugin + php for mention something in an editable div

This version of plugin only works by GOOGLE CHROME

a very simple script for add mention in html tag into editable div (contenteditable=true).

use:

  $('#your_editable_div').mention()

options:

  $('#input').mention({
  	placeholder: 'Type the name of someone or something...', //display when @ press
  	callback_file: 'search.php' //Php file for search, plugin send json format
  });

About

A jquery plugin + php for mention something in an editable div

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published