Socket
Book a DemoInstallSign in
Socket

jquery.fancymessenger

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery.fancymessenger

A simple jQuery plugin for creating a messenger

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
4
-20%
Maintainers
1
Weekly downloads
 
Created
Source

jQuery.fancyMessenger

A simple jQuery plugin for creating a website messenger.

Build Status GitHub

Live demo

See a live demo on CodePen

Installation

Using npm

npm install jquery.fancymessenger --save

Using CDN

<script src="https://cdn.jsdelivr.net/npm/jquery.fancymessenger/dist/jquery.fancyMessenger.min.js"></script>

Or manually by including the script after the jQuery library

<script src="/path/to/fancyTable.min.js"></script>

Usage

<script type="text/javascript">
    $(document).ready(function() {
        $.fancyMessenger({
            onSend:function(obj){
                // Send your message here.
                console.log($(obj).find("textarea").val());
            }
        });
    });
</script>

Author: Johan Johansson

FAQs

Package last updated on 19 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.