Conflict with two jquery's codes
Hi,
I have 2 codes of jquery :
1- The first creates forms
2- The second should do a control for the field "tel" which is : required + digits
The problem is that these two codes does not work together.
I tried the function :
jQuery
.
noConflict
(); But nothing changed
How to do ?
Thank you