jquery & javascript

jquery & javascript (12)

Rate this item
(1 Vote)

for purposes you may want to register and run jquery
functions from code behind file.

Last modified on Monday, 19 August 2013 14:38
Monday, 21 January 2013 13:54

how to show datalist item details in jquery popup

Written by
Rate this item
(0 votes)

t is difficult to use jquery for datalist items
because datalist items are generated dynamically
using same itemtemplate.

Last modified on Monday, 19 August 2013 14:37
Monday, 21 January 2013 13:55

how to use jquery slider in asp.net page

Written by
Rate this item
(2 votes)

if you want to use nice jquery slider in your asp.net website
follow the steps below -

Rate this item
(0 votes)

You can show wall posts of any public facebook page/group/profile
using Graph api in your website if you know javascript & jquery.

Last modified on Monday, 19 August 2013 14:36
Saturday, 03 August 2013 22:37

how to generate facebook access token

Written by
Rate this item
(2 votes)

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 -

Friday, 02 August 2013 23:19

how to post to facebook wall by facebook dialog

Written by
Rate this item
(0 votes)
Facebook dialog is a great way to post to a profile/page wall.
There are many dialogs in faceook developer doc page -
https://developers.facebook.com/docs/dialogs/
Saturday, 29 December 2012 13:56

how to make textbox wider when in focus using jquery

Written by
Rate this item
(0 votes)

you 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.

Friday, 28 December 2012 13:56

How to get browser information by javascript

Written by
Rate this item
(0 votes)

the following javascript codes will help you find
out the browser details by some javascript functions

Last modified on Monday, 19 August 2013 14:39
Saturday, 02 February 2013 13:54

how to show textbox hint when textbox empty by jquery

Written by
Rate this item
(0 votes)

It'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.

Friday, 02 August 2013 23:15

how to post to facebook page wall by Graph Api

Written by
Rate this item
(0 votes)
Facebook Graph Api enables to post to any public page/profile wall
on behalf of any user.In the following codes i show how using
fb javascript sdk-
Page 1 of 2

Latest discussions

  • No posts to display.