[jQuery] Re: Taconite + clueTip plugin

2008-07-13 Thread Crazymind
Thanks mike. I solved it like this: title="Title | " On 13 Jul., 17:26, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Hello Everyone > > > Because of my cluetip plugin  i make something like this > > > > >      " /> > > > > > With taconite i want

[jQuery] Taconite + clueTip plugin

2008-07-13 Thread Crazymind
Hello Everyone Because of my cluetip plugin i make something like this " /> With taconite i want know rebuild this div but the problem is that taconite gives an undefined error because of the img-tag(and all other html tags) inside uf the title attribute. For those how don't know the c

[jQuery] Plugin: How to access the ID in a Non-Objekt?

2008-07-11 Thread Crazymind
Example: I call a function in a Plugin like this: $("#someElement").jActual("update"); in the Plugin i do the following: this.html("hello"); Thats no Problem, but how can I get the id (in this example: someElement) of the Element if this not exist? if(this.length <= 0){ //how to give me th