This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

kdoon80
kdoon80

I've been reading the instructions but don't see anywhere on how to implement Ajax to be loaded from a link. The Ajax seems to be working fine with forms...

thanks,

Shahiem
Shahiem

$("#target").click(function() {

$.request('onOctober', {
    success: function(){
        console.log('Almost october');
    }
})

});

kdoon80
kdoon80

Thank you! Did the trick :)

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.