<div class="fixed ui-header ui-bar-inherit">
<p class="ui-title"><a href="https://itsourcecode.com/wp-content/uploads/2016/05/jquery-javascript.png"><img class="alignnone wp-image-3473 size-full" src="https://itsourcecode.com/wp-content/uploads/2016/05/jquery-javascript.png" alt="jquery-javascript selectors" width="630" height="430"></a>The <strong>jQuery selectors</strong> are used to select and manipulate HTML elements based on their <strong>classes, id, types, attributes</strong> etc. These selectors start with the dollar sign and parentheses. For instance, $().</p>
</div>
<div class="content ui-content">
<p>These are the following examples to select HTML elements based on:</p>
<p> </p>
<p>Select <strong>HTML elements</strong> based on <strong>element name.</strong></p>
</div>
$(document).ready(function(){ $("button").click(function(){ $(this).hide(); }); });
Select HTML elements based on id. It is used to select the particular html element in the page. This symbol(#) is used at the beginning id of the element just like in <button id="button" ></button>
$(document).ready(function(){ $("#button").click(function(){ $(this).show(); }); });
Select HTML elements based on class. It finds elements with a specific class and a period is written at the beginning of the class name for selection just like in <button class="button" ></button>
.
$(document).ready(function(){ $(".button").click(function(){ $(this).toggled(); }); });
For all students who need programmer for your thesis system or anyone who needs a sourcecode in any programming languages. You can contact me @:
Email – [email protected]
Mobile No. – 09305235027 – tnt