Click here to Skip to main content
15,921,959 members
Home / Discussions / Web Development
   

Web Development

 
QuestionNeed Help .. Video/Audio Confrencing mechanism Pin
khurram_shahzad9-Jul-10 7:05
khurram_shahzad9-Jul-10 7:05 
AnswerRe: Need Help .. Video/Audio Confrencing mechanism [modified] Pin
Peace ON9-Jul-10 21:40
Peace ON9-Jul-10 21:40 
QuestionA HTML page not display a PHP page on button click ERROR 404? Pin
offroaderdan9-Jul-10 6:29
offroaderdan9-Jul-10 6:29 
AnswerRe: A HTML page not display a PHP page on button click ERROR 404? Pin
thatraja9-Jul-10 6:50
professionalthatraja9-Jul-10 6:50 
QuestionWebservice in JSP web application Pin
vjvjvjvj8-Jul-10 8:04
vjvjvjvj8-Jul-10 8:04 
QuestionWebSite Design Pin
Gjm8-Jul-10 6:39
Gjm8-Jul-10 6:39 
AnswerRe: WebSite Design Pin
Graham Breach8-Jul-10 20:16
Graham Breach8-Jul-10 20:16 
Questionhow to access parent functions variables Pin
Jayapal Chandran4-Jul-10 21:14
Jayapal Chandran4-Jul-10 21:14 
function note(x,y,who)
{
	this.x = x
	this.y = y
	this.who = who
	this.timeout = null
}

note.prototype.show()
{
	$('#notex').fadeIn(200, function() { alert(this.x); }
	this.timeout = SetTimtout( function() { alert(this.who); } );
}

var sa = new note(50,50,'notex')

sa.show();


I am trying to create a simple class in which i want to sent the id of a div to fade in and fade out...
so that i can dynamically change its color width and height with a basic class.

I read about closures but inside jquery this is referring the div notex....

how to access parent functions variables?
Today's Beautiful Moments are
Tomorrow's Beautiful Memories

Questionimage size as cell size Pin
caradri4-Jul-10 3:12
caradri4-Jul-10 3:12 
AnswerRe: image size as cell size Pin
Viral Upadhyay5-Jul-10 0:03
Viral Upadhyay5-Jul-10 0:03 
GeneralRe: image size as cell size Pin
caradri5-Jul-10 1:17
caradri5-Jul-10 1:17 
GeneralRe: image size as cell size Pin
JHizzle5-Jul-10 2:06
JHizzle5-Jul-10 2:06 
Questioncontact client pc from web server Pin
dene999703-Jul-10 13:30
dene999703-Jul-10 13:30 
AnswerRe: contact client pc from web server Pin
Richard MacCutchan3-Jul-10 20:36
mveRichard MacCutchan3-Jul-10 20:36 
GeneralRe: contact client pc from web server Pin
dene999704-Jul-10 4:15
dene999704-Jul-10 4:15 
GeneralRe: contact client pc from web server Pin
Richard MacCutchan4-Jul-10 21:15
mveRichard MacCutchan4-Jul-10 21:15 
QuestionCant figure out why loop keeps breaking Pin
TreyUF2-Jul-10 4:11
TreyUF2-Jul-10 4:11 
AnswerRe: Cant figure out why loop keeps breaking Pin
TreyUF2-Jul-10 4:32
TreyUF2-Jul-10 4:32 
AnswerRe: Cant figure out why loop keeps breaking Pin
David Skelly2-Jul-10 5:54
David Skelly2-Jul-10 5:54 
QuestionBody on load, doesn't seem to work? Pin
offroaderdan2-Jul-10 0:49
offroaderdan2-Jul-10 0:49 
AnswerRe: Body on load, doesn't seem to work? Pin
Not Active2-Jul-10 2:14
mentorNot Active2-Jul-10 2:14 
GeneralRe: Body on load, doesn't seem to work? Pin
NeverHeardOfMe2-Jul-10 3:25
NeverHeardOfMe2-Jul-10 3:25 
GeneralRe: Body on load, doesn't seem to work? Pin
Not Active2-Jul-10 3:46
mentorNot Active2-Jul-10 3:46 
QuestionRFI Pin
JohnQuar11-Jul-10 7:27
JohnQuar11-Jul-10 7:27 
AnswerRe: RFI Pin
Not Active1-Jul-10 7:40
mentorNot Active1-Jul-10 7:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.