![]() |
Need a little help please
Trying to create a form where with 1 button on the main screen, when clicked, adds a new tab form. But if a button is pressed in the tab it self it creates a new line. Im having trouble getting to produce a new line only in the tab itself that got clicked.
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
You need to fix alot of issues before you attempt any further changes.
1. you are using a very old version of jQuery, Id advise you use 1.8.2 2. language="javascript" is deprecated, especially in xhtml ( should be type="text/javascript" ) 3. you have redefined the same functions over 5 times, why?? 4. your html is malformed quite a bit, especially in content_1 i'd advise you run your current code through the w3c validator, fix the major issues first before continuing on. |
| All times are GMT +1. The time now is 06:01 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.