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 `