
Students will see what are the things they will learn in this course, including methods, techniques and best practices of writing jQuery plugin.
Make Image Gallery with HTML.
Style Image Gallery with CSS.
Will give you an idea of how to use all jQuery plugin and what is the basic structure of writing your own plugin.
Show overlay (with default background color), when any image from image gallery is clicked.
Add custom option for changing the color of overlay, rather than fixed default color.
Close the overlay when cross button is clicked.
Show image with default and custom properties.
Show image caption below the image with default and custom properties.
Add basic animations for opening and closing the image.
Expose open and close image functions to let user perform others tasks when event occur.
Points to take care while development JQuery plugin.
JQuery is one of the most famous JavaScript libraries, that is used to create interactivity in your web apps. More than that, it provides you the way to create fully functional plugins.
Plugins are the way to increase use ability of common and unique functionality in your web application. In this course, you will learn to build one of common functionality called image pop dialog in the form of plugin. This plugin will work for image galleries in your web apps. You will learn all the tactics and best practices of creating generic JQuery plugins. It comprised of following major topics:
We will bring up the topics that after completing this course, you will be able to develop your own advance level JQuery plugins.