Subversion Repositories wpShopGermany4

Rev

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

Rev 5896 Rev 6463
Line 145... Line 145...
145
    
145
    
146
    return false;
146
    return false;
147
    
147
    
148
}
148
}
149
 
149
 
-
 
150
	var po; 
-
 
151
 
150
	function wpsg_ajaxBind()
152
	function wpsg_ajaxBind()
151
	{
153
	{
152
		
154
		
153
		// Hilfe Tooltips
155
		// Hilfe Tooltips
154
		jQuery('*[data-wpsg-tip]').on('click', function() { 
156
		jQuery('*[data-wpsg-tip]').on('click', function() { 
155
 
157
 
156
			jQuery(this).off('click').on('click', function() { return false; } );
158
			//jQuery(this).off('click').on('click', function() { return false; } );
157
 
159
 
-
 
160
			if (typeof po === "object")
-
 
161
			{
-
 
162
				
-
 
163
				if (po != this) jQuery(po).popover('hide');
-
 
164
				
-
 
165
			}
-
 
166
			
158
			var po = this;
167
			po = this;
-
 
168
			
-
 
169
			if (jQuery(this).hasClass('activated'))
-
 
170
			{
-
 
171
								
-
 
172
				jQuery(this).popover('show');
-
 
173
				
-
 
174
				return false;
-
 
175
				
-
 
176
			}
159
 
177
			
160
			jQuery(this).popover( {
178
			jQuery(this).popover( {
161
				'html': true,
179
				'html': true,
162
				'content': '<div id="wpsg-popover-content"><img src="' + wpsg_ajax.img_ajaxloading + '" alt="' + wpsg_ajax.label_pleasewait + '" /></div>',
180
				'content': '<div id="wpsg-popover-content"><img src="' + wpsg_ajax.img_ajaxloading + '" alt="' + wpsg_ajax.label_pleasewait + '" /></div>',
163
				'trigger': 'focus',
181
				'trigger': 'focus',
164
				'container': '#wpsg-bs',
182
				'container': '#wpsg-bs',
Line 178... Line 196...
178
					jQuery(po).popover('show');
196
					jQuery(po).popover('show');
179
										
197
										
180
				}
198
				}
181
			} );
199
			} );
182
			 
200
			 
-
 
201
			jQuery(this).addClass('activated');
-
 
202
			
183
			return false;
203
			return false;
184
			
204
			
185
		} );
205
		} );
186
				
206
				
187
	}
207
	}
Line 200... Line 220...
200
            jQuery('#filter_form').submit();
220
            jQuery('#filter_form').submit();
201
 
221
 
202
		    return false;
222
		    return false;
203
 
223
 
204
        } );
224
        } );
-
 
225
		
-
 
226
		jQuery("html,body").on("click touchstart", function() {
-
 
227
	
-
 
228
			if (typeof po === "object") jQuery(po).popover('hide');
-
 
229
						
-
 
230
		});		
205
 
231
 
206
		jQuery('.wpsg_showhide_filter').bind('click', function() { 
232
		jQuery('.wpsg_showhide_filter').bind('click', function() { 
207
			
233
			
208
			if (jQuery(this).hasClass('active'))
234
			if (jQuery(this).hasClass('active'))
209
			{
235
			{