how to see if checkbox checked using jquery
It's a common task that you need to check if your single checkboxÂ
is checked or not before doing something with that.
how to add styles in wordpress plugin
Adding scripts and styles in wordpress is different fromÂ
what we do in a normal php sites of course.
What is json and how to parse json data
JSON is JavaScript Object NotationÂ
How to select paragraph element using jquery
You may be required to select all <p> elements with specific classÂ
or other ways using jquery.
how to use jquery ajax
The jquery ajax() method is used to do AJAX (asynchronous HTTP) request. As we know ajax is used to do things without loading the page.Â
how to print a part of page
it is easier to print part of page.the part of the page
may be under a div or panel.you can achieve this from code
behind file too as per requirement.here i showing only
in page lavel -
How to get browser information by javascript
the following javascript codes will help you find
out the browser details by some javascript functions