-
Feature Request
-
Resolution: Done
-
Minor
-
3.3.0.M4
-
Sprint to Beta1 CF, Sprint to Beta2 Release
Content assist with JavaScript with jQuery not working, or respecting namespaces. Most JavaScript content assist was fine.
<script type="text/javascript"> $(document).ready(function() { //Fetches the initial member table updateMemberTable(); //Register a event listener on the sumbit action $('#reg').submit(function(event) { event.preventDefault(); var formValues = $(this).serialize(); registerMember(formValues); }); }); </script>
Any call to "$('foo')." does not show any content assist. Using "jquery('foo'." instead of $ partially worked, but still not 100%. Not all the expected values are there. This makes me think there is two issues.
To see the problem import the project I attached and try out desktop.html, or app.js.
- is related to
-
JBDS-2850 JavaScript Editing Support
- Closed