Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Ajax problem

Name: w/e 2010-11-11 18:01

$("a").click(function () {
                    event.preventDefault();
                    $("#main").slideUp("fast", function () {
                        if ($(this).hasClass('Games')) {
                            replace("../Home/Games");
                        }.....
How to select the ("a") in the callback function of ("#main").slideUp?

Name: Anonymous 2010-11-11 18:02

doh, jquery i mean

Name: Anonymous 2010-11-11 18:03

[b]U MENA HASKAL[b]

Name: Anonymous 2010-11-11 18:04

doh, [/b] i mean

Name: Anonymous 2010-11-12 7:16

$("a").click(function () {
                    $that = $(this);
                    event.preventDefault();
                    $("#main").slideUp("fast", function () {
                        if ($(this).hasClass('Games')) {
                            $that.html().replace("../Home/Games");
                        } …

Name: Anonymous 2010-11-26 12:54

Name: Anonymous 2013-01-19 14:32

/prog/ will be spammed continuously until further notice. we apologize for any inconvenience this may cause.

Don't change these.
Name: Email:
Entire Thread Thread List