This is a simple sample how to swap div content on mouse hover. Actually I first stumbled upon this web article: http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/. After making few changes I was able to swap actual content of a div instead of background. Here is the javascript i used (don’t forget to include jQuery library): 1234567$(function(){ $("#vertical [...]
Tag Archives: jquery
Read List Items using Sharepoint Web Services and jQuery
Posted by admin on August 21, 2010
Comments Off
These days you can find the samples of this code almost in every corner of the WWW. Here is my contribution. I am also adding new JavaScript function called asmx(). What is does? It gets the URL of the current Site Collection, so you don’t have to write it every time you move your code [...]