Jquery How to change url for every ajax respond
        Posted  
        
            by fatih-kurt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by fatih-kurt
        
        
        
        Published on 2010-04-08T10:12:36Z
        Indexed on 
            2010/04/08
            10:13 UTC
        
        
        Read the original article
        Hit count: 517
        
jQuery
|JavaScript
$(".blok").newWindow({ windowTitle:"Example1", ajaxURL:"Action.php?task=BlokDuzenleFormGetirBlokId="+$(".blok").attr('id') });
when first clicked on blok class a href, newWindow loads from data by $(".blok").attr('id'). Then every action sen same url to ajax, with not change. is there a way change url every single respond to call function by unique id parametre or anything like that.
© Stack Overflow or respective owner