I am using "Archetype basic" and in my form, I am trying to integrate
with Google Transliteration API. So in one of the page, I would like
to disable jQuery as it conflicts with google Transliteration API.
I found following function is generated and added automatically, they
are not in my template.
</div><script type="text/javascript">
// <![CDATA[
jQuery(document).ready(function() {lift_successRegisterGC();});
var lift_page = 'F27052369736502T';
// ]]>
</script></body>
How could I disable generating such a automatic jQuery script?
How could I disable jQuery for whole LiftApplication?
How could I disable jQuery for only one page?
Extremely sorry if the above questions are simple and stupid. Except
Core-java, everything is new to me.
Mohan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---