<div>i have used this line $(selector).parent().parent();</div> <div></div> <div>I want to know that how many browsers support it.</div> <div></div> <div>note: the html properties used by java scripts browser compatibility is at MDN.</div> <div>but my question
is about the function of j query.</div>
i have used this line $(selector).parent().parent();
rajemessage
I want to know that how many browsers support it.
rajemessage
note: the html properties used by java scripts browser compatibility is at MDN.
rajemessage
but my question is about the function of j query.
I tested your code, and it works fine in dege, ie and chrome. Have you alert any error messages using this method?
What I don't understand is that since $(selector).parent() can get the ancestors of each element in the current set of matched elements, optionally filtered by a selector, why do you even use $(selector).parent().parent();
Best regards,
Sam
IIS.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today. Learn more >
It should work on all browsers supported by your jQuery version though
https://jquery.com/browser-support/ is not 100% crystal clear. If you have a particular problem, ilt will be likely much easier to just directly discuss about it...
Member
16 Points
174 Posts
how to find the funciton of jquery are cross browser compitable or not.
Jun 26, 2020 07:13 AM|rajemessage|LINK
Contributor
3370 Points
1409 Posts
Re: how to find the funciton of jquery are cross browser compitable or not.
Jun 26, 2020 09:20 AM|samwu|LINK
Hi rajemessage,
I tested your code, and it works fine in dege, ie and chrome. Have you alert any error messages using this method?
What I don't understand is that since $(selector).parent() can get the ancestors of each element in the current set of matched elements, optionally filtered by a selector, why do you even use $(selector).parent().parent();
Best regards,
Sam
All-Star
48710 Points
18172 Posts
Re: how to find the funciton of jquery are cross browser compitable or not.
Jun 26, 2020 09:43 AM|PatriceSc|LINK
Hi,
It should work on all browsers supported by your jQuery version though https://jquery.com/browser-support/ is not 100% crystal clear. If you have a particular problem, ilt will be likely much easier to just directly discuss about it...
All-Star
58444 Points
15769 Posts
Re: how to find the funciton of jquery are cross browser compitable or not.
Jun 26, 2020 03:42 PM|bruce (sqlwork.com)|LINK
The point of jquery is cross browser functions. Each version of jquery lists the browsers it supports.
Member
16 Points
174 Posts
Re: how to find the funciton of jquery are cross browser compitable or not.
Jun 28, 2020 12:08 PM|rajemessage|LINK
thank u, but it did not say anything about which version of jquery they are talking about,
does that mean the link u have given, says that all versions on jquery run on all browsers, except mentioned one.
so the question is, can I find jquery version-specific cross-browser support. that is which version of jquery supports which version of borsers.