Hi Guys,
I am creating a website where i am using a page called menu.php in which i have only the menu. The code for the menu is done with javascript as to have the slide in effects for the rest of the sub menu items for each category.
On the other pages i am using the include ('menu.php'); function as to show the menu. In some of these pages i do also have a diff java script running used to show images.
My problem is that when i uploaded the js files for the menu, the javascript for the images stopped working for no apparent reason.
When i removed the menu script it worked again.
How can i use too diff java scripts with this kind of setup?
or what am i doing wrong?
Thanks
I am creating a website where i am using a page called menu.php in which i have only the menu. The code for the menu is done with javascript as to have the slide in effects for the rest of the sub menu items for each category.
On the other pages i am using the include ('menu.php'); function as to show the menu. In some of these pages i do also have a diff java script running used to show images.
My problem is that when i uploaded the js files for the menu, the javascript for the images stopped working for no apparent reason.
When i removed the menu script it worked again.
How can i use too diff java scripts with this kind of setup?
or what am i doing wrong?
Thanks