Code Monkey home page Code Monkey logo

modal-plugin's Introduction

modal-plugin

モーダル用のプラグイン  

概要

モーダル用のプラグインです。 data属性タグの中に、モーダルで表示したい要素を記述します。 [-modal-title][-modal-text][-modal-iamge]が表示可能です。  

使い方

HTML

<a data-modal-title="AddImage" data-modal-text="モーダル2" class="modal" data-modal-image="http://placehold.jp/640x240.png">モーダル2</a>

script

$('.modal').on('click', function () {
  $(this).modal();
  easing: 'linear',
  animation: 'slideDown'
});

対象のDOM要素に対して、実行します。

必要とするもの

・jQuery 1.7以上

プラグインオプション

speed: 800

モーダルを表示する速度。デフォルト値は800


easing: 'swing'

モーダルを表示する際のエージング・アニメーション。デフォルト値は'swing'


animation: false

モーダルを表示する際のアニメーション。デフォルト値はfalse。   オプションでslideDown, slideUpがある。


デモページ

基本サンプル

modal-plugin's People

Contributors

blajir avatar

Watchers

James Cloos avatar  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.