Re: [jQuery] Can Tooltip return a jsp page?

2009-12-19 Thread brian
It's been awhile since i used JSP but the first thing I'd check is if the content was parsed correctly. When you view source, do you see the content in the JS code or do you see the JSP tag? If the latter, your JSP code isn't being parsed on the server. On Sat, Dec 19, 2009 at 10:31 AM, HenryRock

[jQuery] Can Tooltip return a jsp page?

2009-12-19 Thread HenryRock
The tooltip plugin I refer to is http://jquery.bassistance.de/tooltip/demo/ One of the function is return a HTML tag. $('#tonus').tooltip({ delay: 0, showURL: false, bodyHandler: function() { return $("").attr("src", this.src); } }); Now I have a FIXED and LONG ( Table of

[jQuery] Can Tooltip return a jsp page?

2009-12-19 Thread HenryRock
The tooltip plugin I refer to is http://jquery.bassistance.de/tooltip/demo/ One of the function is return a HTML tag. $('#tonus').tooltip({ delay: 0, showURL: false, bodyHandler: function() { return $(" ").attr("src", this.src); } }); Now I have a FIXED and LONG ( Table o