1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

[jQuery] what's the general link in jQuery???

Discussion in 'jQuery' started by 123GoToAndPlay, Jun 13, 2008.

  1. #1
    I have created a flash menu with the following ajax links in Actionscript
    
    getURL("javascript:makeRequest('content.php?category=help', 'textContent')");
    
    Code (markup):
    But now i like to use jQuery, but how do i use this in Actionscript
    
    $.get("content.php", { category: "help"}, function(data){
    	$("div#textContent").html(data);
      } );
    
    Code (markup):

     
    123GoToAndPlay, Jun 13, 2008 IP