Subversion Repositories SmartDukaan

Rev

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

Rev 4210 Rev 4237
Line 1... Line 1...
1
$(function(){
1
$(function(){
2
	/** Sidebar Widgets **/
2
	/** Sidebar Widgets **/
-
 
3
	
-
 
4
	$('#shoppingExpInfo').click(function(){
-
 
5
		$.colorbox({
-
 
6
    		width: "560px",
-
 
7
    		height: "350px",
-
 
8
    		inline: true,
-
 
9
    		href: "<h3>Shopping with Saholic.com is completely safe</h3><br />" +
-
 
10
		"<b>1.</b> Saholic.com is a Spice Group Venture which is India's Number One Offline Mobile retailer & the Pioneer in Mobile Telephony in India<br /><br />" +
-
 
11
		"<b>2.</b> We source our products directly from the Manufacturers such as Nokia, Samsung, HTC, Blackberry, Apple, Micromax, Karbonn etc.. ensuring you get only genuine products backed by Manufacturer's Warranty.<br /><br />" +
-
 
12
		"<b>3.</b> We provide free next day delivery for most locations, enter your pin code for estimated Delivery time.<br /><br />" +
-
 
13
		"<b>4.</b> We use best in class technology to ensure your payment details are safe with us.<br />"
-
 
14
    	});
-
 
15
	});
3
 
16
 
4
	$('.common-widget-top-bar').live('click', function(){
17
	$('.common-widget-top-bar').live('click', function(){
5
		var isColapsed = $(this).data('is_colapsed') == true ? true : false;
18
		var isColapsed = $(this).data('is_colapsed') == true ? true : false;
6
		var widgetBox = $(this).siblings('.common-widget-content-area');
19
		var widgetBox = $(this).siblings('.common-widget-content-area');
7
		var controlBox = $(this).siblings('.common-widget-control-bar');
20
		var controlBox = $(this).siblings('.common-widget-control-bar');