As stated [here](https://github.com/jquery/jquery/issues/2355#issuecomment-106043451): the `.selector` property ought to be removed since 1.9, but it isn't. [Documentation](https://api.jquery.com/selector/) clearly states that `.selector` has been deprecated since 1.7 and removed since 1.9. However, [this fiddle](http://jsfiddle.net/BramVanroy/vz3xc3se/1/) proves otherwise.
As stated here: the
.selectorproperty ought to be removed since 1.9, but it isn't.Documentation clearly states that
.selectorhas been deprecated since 1.7 and removed since 1.9. However, this fiddle proves otherwise.