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",
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
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
>
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('')
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
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
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
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
8 matches
Mail list logo