imgAreaSelect – image crop jQuery plugin
This is plugin for jQuery to select and image crop rectangular wise of an image as well as other user interface features such as photo notes (like those on Flickr). Features: – This is very […]
This is plugin for jQuery to select and image crop rectangular wise of an image as well as other user interface features such as photo notes (like those on Flickr). Features: – This is very […]
jQuery Face Detection Plugin – This is a jQuery plugin to detect faces over images, videos and canvases. Include jQuery library and the plugin. <script type=”text/javascript” src=”http://code.jquery.com/jquery-1.11.1.min.js”></script> <script type=”text/javascript” src=”path/to/dist/jquery.facedetection.min.js”></script> Now set a photo with […]
Based on javascript jQuery library, Tiny Carousel is a lightweight carousel to slide html based content. It gives web designers a powerful way by utilizing the dynamic lightweight to enhance user interface. Features of Tiny […]
To extend the functionality of HTML in AngularJS, custom directives are used using “directive” function. This simply replaces the element for which this is activated. Using its compile() method AngularJS application finds the matching elements […]
AngularJs services are javaScript function that perform a specific tasks only. Using dependency injection mechanism services are normally attached. AngularJS provides some build in services i.e. $http, $route, $window, $location etc where each service is […]
AngularJS dependency injection is a software design pattern in which components are given their dependencies rather than hard coding within component i.e. for reusing, maintainable and testable. Following core components are injected into other as […]
jQuery document viewer is a jQuery plugin which allows you to view directly several file formats in a webpage. Supported file formats are: PDF Files Audio: mp3, m4a, oga, webma, fla Video: m4v, ogv, ogg, […]