GithubHelp home page GithubHelp logo

ctc-overlay's Introduction

Welcome to ctc-overlay-viewer ๐Ÿ‘‹

Documentation Maintenance License: MIT

jQuery plugin for image gallery overlay and modal content loading

Install

npm i ctc-overlay-viewer

Script Tag

Download Files
1. ctc_overlay.jquery.js,
2. ctc_overlay_style.css

Include files
1. Include jQuery :- https://code.jquery.com/jquery-3.4.0.min.js,
2. IncludeCTC Overlay(file) :- ctc_overlay.jquery.js,
3. Include CTC Overlay stylesheet(file) :- ctc_overlay_style.css

Plugin Options

Overlay image viewer

	$('selector1,selector2').ctcOverlay();

Note: Apply ctcOverlay to as many gallery as you like (includes all images inside element)


Overlay content viewer

	$.ctcOverlayEl(parameter1, parameter2);

Content Viewer options

A.Parameter 1 options

       format: javascript object

1.elemHeight:- 'container height'( content div height in px do not use % or auto - optional )
2.elemWidth:-'container width'( content div width in px, do not use % or auto - optional )
3.ajaxUrl:- 'AJAX url'( url to make AJAX call - required for AJAX request )
4.ajaxData:= 'AJAXdata' ( data to send to server - jQuery AJAX request format)
5.ajaxMethod:- 'request method' ( method you wish to use use for AJAX request default GET )
6.elemSelector:-'jQuery element selector'( jQuery element selector if getting content of element not making AJAX request )
7.modalMessage:- 'some message' ( string you wish to load on modal window with OK button )
8.iframeUrl:- 'url of iframe' ( url you wish to iframe inside modal window )
9.hideCloseBtn:- 'no' ( if set "NO" user will not have option to close overlay, "YES" if left empty )


B.Parameter 2 options

   format: javascript object - optional(to do more with AJAX)

*Works eactly like function $.ajax() :- See http://api.jquery.com/jquery.ajax/

Note: leave parameter1 as empty var or object unless setting dimesnion Content loading priority

a.{parameter2} ( gets first priority over first width content loading parameter 1 can be use for setting dimesnion and hideCloseBtn )
b.{parameter1} ( content fetched from ajaxUrl )
c.{parameter1} ( content set for modalMessage )
d.{parameter1} ( ontent from iframeUrl )
e.{parameter1} ( content of element set for elemSelector )

Note:precending must not be there for suceeding to work

Contributing

Contributions, issues and feature requests are welcome. Feel free to check issues page if you want to contribute.

Author

๐Ÿ‘ค ujw0l

Show your support

Please โญ๏ธ this repository if you like it.

License

Copyright ยฉ 2019 ujw0l.

๐Ÿ“œ This project is MIT licensed.


This README was generated with โค๏ธ by readme-md-generator

ctc-overlay's People

Contributors

ujw0l avatar

Watchers

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