Hi John,
johnHoysa wrote:
Actually I jumped the gun but hopefully soon I will figure this out.
My understanding is that both ajaxSubmit and validate are registered
on the Form submit event. So both events are fired at the same time.
Thus when the form's beforeSubmit callback fires, the va
dleCDATA(s) {
var el = document.createElement(cdataWrap);
+// Add cdataWrap element, to be unwrapped later
+unwrap.push(el);
el.innerHTML = s;
return el;
};
Bob Schellink wrote:
Hi Mike,
Thanks for your feedback. Your solution does work
Hi Mike,
Thanks for your feedback. Your solution does work in the scenario I
described where only one link is used. However it is possible to
return multiple elements for example:
hello
hi
To provide some context, I am integrating taconite into a component
framework and do not ha
Hi all,
The taconite plugin provides the ability to wrap results in CDATA tags
which allows one to return special characters such as '&' and '<'.
Example command:
In order to do this taconite places the CDATA content inside a div
element. However after the command is executed the div i
attribute
if($('script[src='+src+']').length) {
log('script with src: "' + src + '" already exists');
return false;
}
}
return true;
}
kind regards
bob
</pre><blockquote style="border-left: #EE solid 0.2em
Hi Ricardo,
ricardobeat wrote:
You don't need a plug-in to do that:
$('head')
.append('')
.append('')
Using the above method (or taconite) I've noticed that JQuery does not
actually append the
Hi all,
I am using the Taconite (http://malsup.com/jquery/taconite/) plugin to
dynamically append external scripts (
7 matches
Mail list logo