Giter Club home page Giter Club logo

jquery.message's Introduction

jQuery.Message - Javascript classes and jQuery plugin instance

What you need to use jQuery.message

In order to build jQuery, you need to have GNU make 3.8 or later, Node.js 0.2 or later, and git 1.7 or later. (Earlier versions might work OK, but are not tested.)

Windows users have two options:

  1. Install msysgit (Full installer for official Git), GNU make for Windows, and a binary version of Node.js. Make sure all three packages are installed to the same location (by default, this is C:\Program Files\Git).
  2. Install Cygwin (make sure you install the git, make, and which packages), then either follow the Node.js build instructions or install the binary version of Node.js.

Mac OS users should install Xcode (comes on your Mac OS install DVD, or downloadable from Apple's Xcode site) and http://mxcl.github.com/homebrew/. Once Homebrew is installed, run brew install git to install git, and brew install node to install Node.js.

Linux/BSD users should use their appropriate package managers to install make, git, and node, or build from source if you swing that way. Easy-peasy.

How to build your own jQuery.message

First, clone a copy of the main jQuery git repo by running git clone git://github.com/huexotzinca/jquery.message.git.

Then, to get a complete, minified, jslinted version of jQuery, simply cd to the jquery directory and type make. If you don't have Node installed and/or want to make a basic, uncompressed, unlinted version of jQuery.message, use make jquery instead of make.

The built version of jQuery.message will be put in the main site like jquery.message.js and jquery.message.min.js of compressed form or can check the latest version in the dist/ directory.

Use jquery.message in my page

Puts this code in your html page

  <link rel="stylesheet" href="jquery.message/jquery.message.css">
  <script src="jquery.message/jquery.message.min.js"></script>

And this javascript Runs the jQuery Message

/* Ajax Message */
$.MSG.Ajax("My Ajax Message..."); //  for show a ajax message in your site
$.MSG.Ajax("off");                //  for hide the ajax message

/* Notice */
$.MSG.Notice("Message on the notice"); // show the notice message in the site and 
                                       //this will be closed automaticatly after 6 seconds
$.MSG.Notice(options);  // see jquery.message.js for full doc in options 

Questions?

If you have any questions, please feel free to ask on the Neftali or in Site

jquery.message's People

Contributors

huexotzinca avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.