Subversion Repositories SmartDukaan

Rev

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

Rev 26958 Rev 26959
Line 55... Line 55...
55
		'click',
55
		'click',
56
		function() {
56
		function() {
57
			bannerUrl = $("#banner-url").val();
57
			bannerUrl = $("#banner-url").val();
58
			rank = $("#rank").val();
58
			rank = $("#rank").val();
59
			bannerListingId = $(this).data("id");
59
			bannerListingId = $(this).data("id");
-
 
60
			mediaType = $("#media-type").val();
60
 
61
 
61
			json = {
62
			json = {
62
				bannerUrl : bannerUrl,
63
				bannerUrl : bannerUrl,
63
				rank : rank,
64
				rank : rank,
64
				bannerListingId : bannerListingId
65
				bannerListingId : bannerListingId,
-
 
66
				mediaType : mediaType
65
 
67
 
66
			};
68
			};
67
 
69
 
68
			console.log(json)
70
			console.log(json)
69
 
71