Witam, mam dziwny problem, nie działa mi pole textarea a dokładnie to:
pole jest nieaktywne oraz nie da się go rozciągać coś jakby textarea cały czas miał disabled="disabled"
pierwsza moja myśl to to że może js coś psuje wykasowałem na chwile całego js a pole dalej nieaktywne
<meta name="Robots" content="none" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="Stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" href="js/development-bundle/themes/ui-darkness/jquery.ui.all.css"> <script src="js/development-bundle/jquery-1.7.1.js"></script> <script src="js/development-bundle/ui/jquery.ui.core.js"></script> <script src="js/development-bundle/ui/jquery.ui.widget.js"></script> <script src="js/development-bundle/ui/jquery.ui.datepicker.js"></script> <script src="js/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js"></script>
przeglądarka działa prawidło ponieważ gdy plik otwieram bezpośrednio w przegladarce to działa to pole a jeśli go includuje to nie działa wie ktoś czego szukać?