Hello Webdeveloperians,
I'm currently using prettySociable on my website. I've edited the css to give it a bit of my own twist, but what I really want to do is change the way the tooltip (when dragging) defaults to the browser title. Instead, I'd sooner have an image in there. I *think* I've found the code I need to edit (the source can be downloaded from the above link. I use the uncompressed version) on line 265, which looks like this:
Is there any simple way to get it to show an image as the default, rather than the page title?Code:// If no defined title, take the page title desc = ($('meta[name=Description]').attr('content')) ? $('meta[name=Description]').attr('content') : ""; if(attributes.length==1) { attributes[1] = ['title',document.title]; attributes[2] = ['excerpt',desc]; }
Any help is gratefully received.


Reply With Quote
Bookmarks