raminasri

Results 5 comments of raminasri

Change this: "var valueSetters = ['SELECT', 'INPUT', 'PROGRESS', 'TEXTAREA'];" **TO** var valueSetters = ['OPTION', 'INPUT', 'PROGRESS', 'TEXTAREA'];

Also change this: if (element.nodeName === 'INPUT' || element.nodeName === 'SELECT' || element.nodeName === 'TEXTAREA') { to if (element.nodeName === 'INPUT' || element.nodeName === 'OPTION' || element.nodeName === 'TEXTAREA') {

I agree with you. I still ahve problems after that. For exemple when I push a value to the array , the other value are changed also. (So the changes...

Change this: "var valueSetters = ['SELECT', 'INPUT', 'PROGRESS', 'TEXTAREA'];" **TO** var valueSetters = ['OPTION', 'INPUT', 'PROGRESS', 'TEXTAREA'];

Hello, In your HT access file of main website try to use [L,R=301] in place of just [QSA,L] or [L] For instance in place to use: RewriteRule ^download/(.*)/$ download.php?x=$1 [QSA,L]...