Another JQuery user

wwg 09 May, 2012
I have been using chronoforms since 2009 ! Perfect solution for my older websites..

Now I am creating a new one on Joomla 1,7 and chronoforms 4.0 rc3.3..
Created my own template in Artisteer.. So far so good..

In my template I do use jsquery. that;s where the trouble starts... no JS validation in my chronoforms.. I have tried about all tips mentioned in the forum (jQuery.noConflict();, disabling my modules with JsQuery in them, installing plugin jb_jblibrary)... I cannot get the JS validation to work..

http://www.bellaware.nl/index.php/hotel

help! can anyone give me a tip or trick ?
Max_admin 09 May, 2012
Hi,

You can try one of these:

1- Use server side validation instead.
2- move your template header tag below the JQuery files references in your template's index.php file, so that JQuery is loaded first then Mootools.

I have no idea why designers keep on using JQuery if its not Joomla's default and is not as powerful as Mootools. 😲

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
wwg 10 May, 2012

1- Use server side validation instead.


Works perfect !!! THNX !

2- move your template header tag below the JQuery files references in your template's index.php file, so that JQuery is loaded first then Mootools.


Didn't bother doing this because 1- solved my problem !

I have no idea why designers keep on using JQuery if its not Joomla's default and is not as powerful as Mootools. 😲


I did my design myself using Artisteer.. JQuery is automatically included in the template ;(
This topic is locked and no more replies can be posted.