Subversion Repositories SmartDukaan

Rev

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

Rev 2228 Rev 2235
Line 71... Line 71...
71
	});
71
	});
72
 
72
 
73
	/* This code is for compare with button */
73
	/* This code is for compare with button */
74
	var availableNames = [];
74
	var availableNames = [];
75
	for (var k in productIdNames)availableNames.push(k);
75
	for (var k in productIdNames)availableNames.push(k);
76
    $("#mobilename").autocomplete({  autoFocus: true, 
76
    $("#mobilename").autocomplete({  autoFocus: true, minLength: 3, 
77
        source: availableNames
77
        source: availableNames
78
    });
78
    });
79
 
79
 
80
 
80
 
81
    $("#compare_continue").click(function() {
81
    $("#compare_continue").click(function() {