According to official jQuery doc,
jQuery.empty() function "Removes all child nodes of the set of matched elements from the DOM" - and this is exactly what it does.
But in jquery-1.7.1.intellisense.js documentation is wrong:
'empty': function() {
/// <summary>Select all elements that have no children (including text nodes).</summary>
Is this just a report or do you have a question? If it's just a report why are you reporting it in the asp.net forums? Shouldn't you be reporting it to the jQuery folks?
There should be a feedback link/email somewhere on the jQuery website. I'm sure they'll be able to address this problem or, at the very least guide you. I suggest you look into that.
EvAlex
0 Points
3 Posts
Error in jquery-1.7.1.intellisense.js documentation
Feb 21, 2013 10:00 AM|LINK
According to official jQuery doc, jQuery.empty() function "Removes all child nodes of the set of matched elements from the DOM" - and this is exactly what it does.
But in jquery-1.7.1.intellisense.js documentation is wrong:
'empty': function() { /// <summary>Select all elements that have no children (including text nodes).</summary>Sorry if it is wrong place to report it.
MetalAsp.Net
All-Star
112241 Points
18268 Posts
Moderator
Re: Error in jquery-1.7.1.intellisense.js documentation
Feb 21, 2013 12:17 PM|LINK
Is this just a report or do you have a question? If it's just a report why are you reporting it in the asp.net forums? Shouldn't you be reporting it to the jQuery folks?
EvAlex
0 Points
3 Posts
Re: Error in jquery-1.7.1.intellisense.js documentation
Feb 21, 2013 12:20 PM|LINK
It is just a report, but I don't know where should I send it. I'm not sure that
are writing Intellisense documentation for Visual Studio.MetalAsp.Net
All-Star
112241 Points
18268 Posts
Moderator
Re: Error in jquery-1.7.1.intellisense.js documentation
Feb 21, 2013 12:51 PM|LINK
There should be a feedback link/email somewhere on the jQuery website. I'm sure they'll be able to address this problem or, at the very least guide you. I suggest you look into that.
EvAlex
0 Points
3 Posts
Re: Error in jquery-1.7.1.intellisense.js documentation
Feb 22, 2013 05:14 AM|LINK
Ok I see. Sorry for misusing the forum.