jquery & javascript (13)
how to register and run jquery from code behind file
Written by Super Userfor purposes you may want to register and run jquery
functions from code behind file.
how to show datalist item details in jquery popup
Written by Super Usert is difficult to use jquery for datalist items
because datalist items are generated dynamically
using same itemtemplate.
if you want to use nice jquery slider in your asp.net website
follow the steps below -
how to show facebook wall posts of page or profile or group by Graph api
Written by Super UserYou can show wall posts of any public facebook page/group/profile
using Graph api in your website if you know javascript & jquery.
Facebook access token is needed whenever you access
facebook stream of page or profile, Graph api call to post
to facebook.there are many ways by which you can generate
access token.By the following way you can create short lived
access token for a user as well as extend it to long lived
token -
There are many dialogs in faceook developer doc page -
https://developers.facebook.com/docs/dialogs/
how to make textbox wider when in focus using jquery
Written by Super Useryou may have seen input textbox becomes wider
dynamically in some websites when mouse cursor is
placed on it(in focus) to take some user input.It's
attractive to see and in this way it makes spaces
for larger input.
the following javascript codes will help you find
out the browser details by some javascript functions
how to show textbox hint when textbox empty by jquery
Written by Super UserIt's a very common requirement to show hint in textbox when empty
and when textbox gets focus hint goes away.now a days many websites
implemented showing hint.there are many ways to do that by jquery.
on behalf of any user.In the following codes i show how using
fb javascript sdk-