Subversion Repositories wpShopGermany4

Rev

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

Rev 6463 Rev 6633
Line 147... Line 147...
147
    
147
    
148
}
148
}
149
 
149
 
150
	var po; 
150
	var po; 
151
 
151
 
152
	function wpsg_ajaxBind()
152
	function wpsg_ajaxBind() {
-
 
153
 
-
 
154
		jQuery('.wpsg-is-dismissible').on('click', '.notice-dismiss', function(event, el) {
-
 
155
 
-
 
156
			var dismiss_url = jQuery(this).parent('.notice.is-dismissible').attr('data-dismiss-url');
-
 
157
			if (dismiss_url) { jQuery.get(dismiss_url); }
153
	{
158
 
-
 
159
		});
154
		
160
 
155
		// Hilfe Tooltips
161
		// Hilfe Tooltips
156
		jQuery('*[data-wpsg-tip]').on('click', function() { 
162
		jQuery('*[data-wpsg-tip]').on('click', function() { 
157
 
163
 
158
			//jQuery(this).off('click').on('click', function() { return false; } );
164
			//jQuery(this).off('click').on('click', function() { return false; } );
159
 
165