Skip to content

Coffeebreakers/click-modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Click Modal for jQuery Build Status

The Click Modal is a jQuery Plugin to provides a simple em usefull modal web browser.

It is very simple, complete and crossbrowser (of course), was developed by Danilo Augusto (@maktuiu), André Machado (@andremachado), that also proposed the idea and Fabio Vieira (DJ Marquee), both Web Interface Developers at AgênciaClick, based on a modal function by Rodrigo Castilho (@rodcast).

Works as a plugin for jQuery, has only 2 KB and a number of options.

Usage

Just download the last version of the jQuery Click Modal Javascript and the jQuery Click Modal Stylesheet.

<html>
  <head>
    ...
    <link rel="stylesheet" href="jquery.clickmodal.css" type="text/css" media="screen" charset="utf-8"/>
  </head>
  <body>

    <script src="jquery-x.x.js" type="text/javascript" charset="utf-8"></script>
    <script src="jquery.clickmodal-x.x.js" type="text/javascript" charset="utf-8"></script>
  </body>
</html>

Modal Options

    <tr>
        <td></td>
        <td></td>
        <td></td>
    </tr>
</tbody>
Option What is this? Default
url o link da página que será carregada # ou o href do link

Releases

No releases published

Packages

No packages published