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.
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 show facebook wall posts of page or profile or group by Graph api
You can show wall posts of any public facebook page/group/profile
using Graph api in your website if you know javascript & jquery.
how to get facebook profile or page image using Graph api
all websites.
How to comment and like facebook post using Graph Api
outside of facebook.following codes shows how one can
implement that in their website.
how to post to facebook wall by facebook dialog
There are many dialogs in faceook developer doc page -
https://developers.facebook.com/docs/dialogs/
how to show jquery popup from code behind on page load asp.net
you may want to show smooth jquery popup when user visited
your site or on a button click in any page,etc... from code behind.
i am here sharing codes for showing popup using jquery properly -
how to use jquery dialog to show content in asp.net
jquery dialog is not only best for showing only content but
also can be used to show form,buttons for postback.......
but for this jquery dialog must be appended to form as -