How to work with javascript emebedded within an HTML ?
How to work with javascript emebedded within an HTML ?
Can u suggest ,how i can work with javascript embedded in an html .
Re: How to work with javascript emebedded within an HTML ?
I'd try pressing Alt + Shift + /, but have not any reaction. What this must to do?
I need to edit script in <script> </script> tag inside my html file, in context of previously written other <script> tag which are executed (loaded) script from other file.
I need to use in my script items from DOM of my HTML document. With code complition.
Is it possible now?
I need to edit script in <script> </script> tag inside my html file, in context of previously written other <script> tag which are executed (loaded) script from other file.
I need to use in my script items from DOM of my HTML document. With code complition.
Is it possible now?
Re: How to work with javascript emebedded within an HTML ?
I see, I can use /** @include filename */ JSDoc comment instead (added there manually or by drag'n'drop files from project tree into edit area), using external .js files for each script and not editing scripts inside HTML files...Nashev wrote: I need to edit script in <script> </script> tag inside my html file, in context of previously written other <script> tag which are executed (loaded) script from other file.
it can be partially solved by describing variables with /* Element */ commentNashev wrote: I need to use in my script items from DOM of my HTML document. With code complition.
And some other tasks can be solved by using custom JavaScript profiles with some wellknown JS libraries attached.
But what if I still want to edit scripts inside HTML?..
Re: How to work with javascript emebedded within an HTML ?
which editor were you using? if you were using "Spket Text Editor", then Alt+Shift+/ won't work, it use a native control, does not support code assist, try open html with other editor.
Who is online
Users browsing this forum: No registered users and 1 guest