jquery & javascript (17)
sometimes it's needed to show some content or image
in popup on a button click.tinybox is the cool and nice
way to that efficiently.
how to refresh a page using javascript from code behind in asp.net
Written by Super Userin one of my application i had to refresh a page when the page is
loaded from a click command.so i used javascript to do that but i
had to do it from code behind by registering javascript -
how to get RadioButtonList selected index and text using jquery
Written by Super Userif you want to get the selected index or text of a asp.net
RadioButtonList using jquery then use the codes below -
how to get comments of a facebook post by Graph api
Written by Super Userfor a facebook post in your website(not in facebook).Using Graph api
it can be done easily.Follow my codes here, then details below -
How to comment and like facebook post using Graph Api
Written by Super Useroutside of facebook.following codes shows how one can
implement that in their website.
Add and animate border of textbox when get focused using jquery
Written by Super UserIt's a good practice to show orange border when you set focus to textbox.
also the border will stay for some seconds.this way user know
that they have to do task on that textbox.
how to get client computer date and time using javascript
Written by Super UserIt's needed to get the current date and time of the user
computer for processing using javascript.
how to check/uncheck checkboxes in gridview using jquery
Written by Super Userthe following codes will help you to implement check all
or uncheck all capability in the gridview.in that case
when header check box checked all items check box will
be checked and vice versa.
how to show/hide panel inside datalist using jquery
Written by Super Userif you wanted to use jquery like for showing/hiding panel
when button clicked inside datalist itemtemplate then you
experienced that the action is repeated per item.
how to show tips when clicked using jquery and qtip
Written by Super Userit's needed to show nice tips through out the web page.basically
you will show tips in a basic popup on a html element click.it
will also show nice arrow pointing to where the click arised -