|
[Solved] Wierd error: "v is undefined"
|
|
23rd February, 08:42
(This post was last modified: 23rd February 08:45 by aquinn.)
Post: #1
|
|||
|
|||
|
[Solved] Wierd error: "v is undefined"
Hi, I am using qtips in an options page I'm building for a WordPress theme.
I've come across a strange error. Some qtips (the <a> link) will work, but others won't. There is absolutely nothing different with the code between the ones that work and the ones that don't. Even if I copy and paste the one that works into a certain location, it suddenly doesn't want to work. Note: I am NOT tying these qtips to a certain ID or Class, so that isn't the problem. I ran Firebug and it uncovered this error when I clicked on a qtip link that doesn't work: v is undefined [Break on this error] (function(f){f.fn.qtip=function(B,u){v...ses:{tooltip:"qtip-blue"}}}})(jQuery); qtip.js line 16 I can't figure out what I'm doing wrong. The weird thing is, sometimes I'll run Firebug and it doesn't report the "v not defined error", but those same tooltips still won't display. ![]() Here is the link I use (the PHP is there just for WordPress purposes: JS Code
Here is my DOM script (I am using "jQuery" instead of $ because I have other scripts running, too). JS Code
If anyone has any suggestions or ideas I'd really appreciate it. |
|||
|
26th February, 02:15
Post: #2
|
|||
|
|||
|
RE: Wierd error: "v is undefined"
aquinn, could you confirm whether or not this occurs in the latest branch revision: http://bazaar.launchpad.net/~craig.craig.../1.0/files
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
2nd June, 13:13
Post: #3
|
|||
|
|||
|
RE: Wierd error: "v is undefined"
hello i am getting the same error when i enable tip ast true;
i am using rc3 version. with jquery 1.6.1 . min.js / also tried 1.3.2 JS Code
if i comment out //tip: true line then it works. |
|||
|
3rd June, 01:05
Post: #4
|
|||
|
|||
|
RE: Wierd error: "v is undefined"
Try out the latest branch version http://bazaar.launchpad.net/~craig.craig.../1.0/files
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
3rd June, 05:18
(This post was last modified: 3rd June 05:19 by amitshahc.)
Post: #5
|
|||
|
|||
[Solved]: Wierd error: "v is undefined"
(3rd June 01:05)Craig Wrote: Try out the latest branch version http://bazaar.launchpad.net/~craig.craig.../1.0/files Thanks Craig , it resolved the issue. but though the question remains in my mind . i had used this before in my other website, where i used the same version. but there it didn't occur the issue.i will try to find out why later. |
|||
|
3rd June, 08:11
(This post was last modified: 3rd June 08:21 by amitshahc.)
Post: #6
|
|||
|
|||
|
RE: Wierd error: "v is undefined"
JS Code
using the version u provided it resolves the issue of "v is undefined". but in chrome it shows the sliding effect when appearing the tip box. so i tried to change the effect by "effect: {type: 'fade', length: 100}". but results the same in chrome. in other browsers it works perfect. if i turned "length: 0" then it don't shows the sliding effect in chrome. but then what if i want to use other effect? and if i replaced .js file name with older rc3, the effect works fine. but in IE tip corner don't shows. - Thanks Amit Shah Hi Craig, using https://github.com/dustmoo/qtip/raw/master/jquery.qtip-1.0.0-rc3-dm.js reloves the above issue. and works perfect in all browser with proper effect and showing tip. is it ok to use the js? |
|||
|
3rd June, 09:01
Post: #7
|
|||
|
|||
|
RE: Wierd error: "v is undefined"
Yup. 1.0 is dead now anywho so use what you wish
qTip2 is where the active development is!
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help






, it resolved the issue. but though the question remains in my mind
qTip2 is where the active development is!