Side navigation
#3955 closed bug (fixed)
Opened January 22, 2009 03:09PM UTC
Closed February 05, 2010 09:12PM UTC
JavaScript error in new API browser for Event Handling 'bind' function
Reported by: | joelbirch | Owned by: | remysharp |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.2 |
Component: | web | Version: | 1.3.1 |
Keywords: | api | Cc: | |
Blocked by: | Blocking: |
Description
Using the online API browser at http://api.jquery.com/ use the menu to view the documentation for the 'bind' function by clicking through Events/Event Handling/bind(type, data, fn). You will instantly get a JS error in the console to the tune of:
missing formal parameter api.jquery.com (line 23)
$("p").bind("click", function(<a href='Events/jQuery.Event'>e</a>){\\n