Paul,
I have used many of your jquery solutions without a problem. But the preview pane is not working at all. I have tried both list and calendar. When I hover over an item, nothing happens. Any suggestions?
Thanks!!
Dave
Paul Grenier, Lead Moderator
Paul,
I have used many of your jquery solutions without a problem. But the preview pane is not working at all. I have tried both list and calendar. When I hover over an item, nothing happens. Any suggestions?
Thanks!!
Dave
Hi,
Here is an interesting link for preview pane : http://blogs.msdn.com/sharepoint/archive/2007/03/29/tip-using-the-preview-pane-to-view-items-in-a-large-list.aspx
Eric
Eric,
Very interesting. I had not noticed preview pane in Style. Under some circumstances I think that will work well. Calendar does not offer the Style option.
Paul's solution works with any list, library or calendar. Well, except for mine...;-)
Thanks sharing that link. I will let my user community know about it.
Dave
Dave,
Which version of the code are you using? Did you test to see if jQuery is on the page?
Paul,
By 'version of code' I am going to assume you mean the scipt that you provide. The scipt is from the two Jan 19th blog posts. I don't know how to test is jQuery is on the page. Can you explain that?
Thanks!
Dave
Dave T,
To test for jQuery in IE, use the jQueryify Bookmarklet. I blogged that here:
http://www.endusersharepoint.com/?p=1235
Or, if I've converted you to Firefox/firebug, open the Firebug console and type $("body")
If it returns something, jQuery is working.
I have a new version of the Preview Pane with better performance, you may want to check it out here:
http://www.endusersharepoint.com/?p=1514
You must log in to post.