From 58f2325ceba0a15c6f8699ee922549f36366e467 Mon Sep 17 00:00:00 2001 From: Arthur Verschaeve Date: Thu, 25 Dec 2014 23:01:41 +0100 Subject: [PATCH] jquery-core/selecting-elements: replace info by links to api docs --- page/using-jquery-core/selecting-elements.md | 119 ++----------------- 1 file changed, 12 insertions(+), 107 deletions(-) diff --git a/page/using-jquery-core/selecting-elements.md b/page/using-jquery-core/selecting-elements.md index 7a951249..6d608d07 100644 --- a/page/using-jquery-core/selecting-elements.md +++ b/page/using-jquery-core/selecting-elements.md @@ -116,26 +116,6 @@ $( "ul li" ).eq( 5 ); // the sixth jQuery offers several pseudo-selectors that help find elements in forms. These are especially helpful because it can be difficult to distinguish between form elements based on their state or type using standard CSS selectors. -#### :button - -Using the `:button` pseudo-selector targets any `