[jQuery] ajax not sending back details

2009-11-02 Thread numerical25
I am trying to send data to a remove server via ajax. I am recieving the xmlHttpRequest Object, but all of its properties are undefined or empty $('#testReq').click(function(){ alert('Button Works!'); $.ajax({ type: "POST",

[jQuery] jquery ajax and listening for users exiting the site

2009-11-01 Thread numerical25
I want to send data to a remote site but only after the customer leaves. Its not working and I just want to make sure I am not doing anything wrong. can anyone see anything wrong with the collowing code $(window).bind('beforeunload', function() { $.post('http://my

Re: [jQuery] what does options mean ???

2009-11-01 Thread numerical25
t; coincidence as many people follow Mike's suggested pattern > > > On Oct 31, 6:50 pm, numerical25 wrote: >> I am looking through some previous made code and I notice a special >> varible >> called options. I suppose it special because my html editor gives it a >

[jQuery] what does options mean ???

2009-10-31 Thread numerical25
I am looking through some previous made code and I notice a special varible called options. I suppose it special because my html editor gives it a purple color that stands out as if its a predefined varible. the code looks like something below $('#begin').click(function(){ $('#log').val('')

Re: [jQuery] Jquery Cookies Or Sessions

2009-10-31 Thread numerical25
In other words, is it possible to determine when a user has left the site or his session has ended ?? numerical25 wrote: > > I know I will more then likely have to download the plugin for cookies but > I been doing research on how to listen for when the session expires but > cant

[jQuery] Jquery Cookies Or Sessions

2009-10-30 Thread numerical25
I know I will more then likely have to download the plugin for cookies but I been doing research on how to listen for when the session expires but cant seem to find the issue. Ive seen some examples where they set how long the cookie will last until it expires. But I would like to fire an event t

Re: [jQuery] Simple question. my query isnt working

2009-10-30 Thread numerical25
he code without the tag > being loaded at all, thus nothing happens.. > > On Oct 30, 4:44 pm, numerical25 wrote: >> I just started on a book and before I can get started I am already stuck. >> Here is what ive done >> >> 1. Ive added jquery to my server and I incl

[jQuery] Simple question. my query isnt working

2009-10-30 Thread numerical25
I just started on a book and before I can get started I am already stuck. Here is what ive done 1. Ive added jquery to my server and I included it in my html. I check my source code in browser and it shows that it's there. I have version 1.3.2 2. I added this line of code $('#go').html