Buy.Me.A.Beer

Like any coder, I highly appreciate a nice drink every now and then. If you like jQuery.PointAt, please consider buying me a beer, or even a very nice bottle of whiskey! I highly appreciate all gifts, but feel free to use the plugin even if you can't send me a beer right now. :)


Disclaimer: Just to make it clear, you're not buying a beer from me, you're buying a beer for me. I am of legal drinking age, and quite a bit older too. Money gifted this way might be used for something else than beer, like cat food for my Devon Rex called Fidel.


Select a drink:


jQuery.PointAt1.2

a simple jQuery plugin for pointing at stuff
jQuery.PointAt
is a small jQuery plugin that makes an element point to another element. Especially cool with scrolling and dragging!

About.The.Plugin

jQuery.PointAt1.2 is a free, lightweight, jQuery plugin, that allows you to make an element point to a target, that is, any other element on a page. It's dead simple to use, with only one mandatory variable:

				
$("#pointerImage").pointat({
	target: "#targetElement"
});
				

Though being very simple, the plugin allows you to customize it's behavior, and hook functions to key events as needed.

jQuery.PointAt requires either the GPLv2 licensed jqrotate plugin, or a similar plugin, which offers functionality to rotate elements. For a MIT licensed alternative I recommend jQueryRotate. Please note that using a plugin other than jqrotate requires that you manually define the rotate function's name. See the API documentation for info on how to do this.

Compatible.With

Browser support depends on your choice of rotation plugin. If you notice that jQuery.PointAt itself imposes some browser restrictions, please let me know.

The.License

jQuery.PointAt is licensed under the MIT license.

Find.Out.More

Please check out the demos to see the plugin in action. If you think the plugin might be useful in your project, head on down to the downloads section, grab yourself a copy, and see the How to use section for some advanced features.

I hope you find this plugin useful and easy to use!

Comments.Problems?

Found a bug? Got a comment? Please post it here, and I'll get back to you as soon as I can. :)

For general help about jQuery or using plugins, I recommend stackoverflow.com.



comments powered by Disqus