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
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
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
3 matches
Mail list logo