[jQuery] Re: Form Plugin and Validation, I am totally lost even after doing the research.

2009-06-04 Thread Bob Schellink
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

[jQuery] Re: Taconite - remove surrogate div

2008-11-12 Thread Bob Schellink
); +// 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 in the scenario I described where only one link is used. However

[jQuery] Taconite - remove surrogate div

2008-11-10 Thread Bob Schellink
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: taconite replace select=#link![CDATA[ a href=/counter.htm?link=myidcount=1 id=linkHi/a ]]/replace /taconite In order to do

[jQuery] Re: Taconite - remove surrogate div

2008-11-10 Thread Bob Schellink
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: taconite append a href=...hello/a a href=...hi/a /append /taconite To provide some context, I am

[jQuery] Re: Using taconite to append javascript and stylesheets

2008-10-31 Thread Bob Schellink
('script with src: ' + src + ' already exists'); return false; } } return true; } kind regards bob On Oct 29, 9:11 pm, Bob Schellink [EMAIL PROTECTED] wrote: Hi Ricardo, ricardobeat wrote: You don't need a plug-in to do that: $('head') .append('link href=css/geral.css rel

[jQuery] Re: Using taconite to append javascript and stylesheets

2008-10-29 Thread Bob Schellink
Hi Ricardo, ricardobeat wrote: You don't need a plug-in to do that: $('head') .append('link href=css/geral.css rel=stylesheet /') .append('script type=text/javascript src=calendar.js/ script') Using the above method (or taconite) I've noticed that JQuery does not actually append the

[jQuery] [Taconite] Using taconite to append javascript and stylesheets

2008-10-28 Thread Bob Schellink
Hi all, I am using the Taconite (http://malsup.com/jquery/taconite/) plugin to dynamically append external scripts (script) and stylesheets (link) to the page head section. Inspired by the Taconite example Demo1, I manage to get external scripts working, however stylesheets only seems to