#4449 closed bug (notabug)
error in the visual studio documentation
Reported by: | gemery | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.core | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
on this page http://docs.jquery.com/Tutorials:How_jQuery_Works this code
alert("As you can see, the link no longer took you to jquery.com");
event.preventDefault();
event. doesnt come up preventDefault() as a action you take.
Note: See
TracTickets for help on using
tickets.
event.preventDefault() is correct, this is for jQuery core, and has nothing to do with Visual Studio.