Subversion Repositories wpShopGermany4

Rev

Rev 6314 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6314 Rev 6319
Line 1... Line 1...
1
 
1
 
2
    function wpsg_mod_productvariants_reload(event)
2
    function wpsg_mod_productvariants_reload(event)
3
    {
3
    {
4
        
4
        
5
        var template_index = jQuery(event.target).closest('.wpsg_mod_productvariants_product_wrap').attr('wpsg-productindex');
5
        var template_index = jQuery(event.target).closest('.wpsg_mod_productvariants_product_wrap').attr('wpsg-productindex');
6
                 
6
 
7
        wpsg_blockProductTemplate(template_index);
7
        wpsg_blockProductTemplate(template_index);
8
  
8
  
9
		jQuery.ajax( {
9
		jQuery.ajax( {
10
			'url': wpsg_ajax.ajaxurl,
10
			'url': wpsg_ajax.ajaxurl,
11
			'method': 'get',
11
			'method': 'get',