Hi I am getting into jquery and quite excited
issue I am using 2 plugins and can only get one to work at a time I am sure this is a simple issue and it is just a colon or some such but I am stuck I have tried putting the 2 pieces of script together and I have tried adding the 2 plugin scripts together if I do the following neither works <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.corner.js"></script> <script type="text/javascript" src="corner.js"></script> <script type="text/javascript" src="ddaccordion.js"></script> <script type="text/javascript" src="dd.js"></script> where dd.js and corner.js are the specific code.