- Code: Select all
<script>
(function() {
alert("test")
})();
$.on
</script>
After typing $.on i do not have code compliton. Can I enable this woring not only in .js files but also in script tag embeded in html code ?
<script>
(function() {
alert("test")
})();
$.on
</script>
Users browsing this forum: tafts, W3C [Validator] and 16 guests