Need help in creating a very basic plugin
hello every one i'm new to jquery plugin and wanting to create a pulgin that when ever an image is hovered its opacity will change… I know it can be done very simply by using jquery in build function (mouseover) but the problem is that i'm not able to do that using plugin…
The code is shown below
Code (text):
(function($)
{
$.fn.imageHoverOverText = function(options)
{
var defaults =
{
"width": 200,
"height": 50…
Need help in creating a very basic plugin
See original post by Subhomoy Goswami
Leave a Reply
You must be logged in to post a comment.