Subversion Repositories SmartDukaan

Rev

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

Rev 27755 Rev 32595
Line 49... Line 49...
49
		});
49
		});
50
 
50
 
51
$(document).on('click', "#addBannerUrl",
51
$(document).on('click', "#addBannerUrl",
52
		function() {
52
		function() {
53
			bannerUrl = $("#banner-url").val();
53
			bannerUrl = $("#banner-url").val();
-
 
54
			targetUrl = $("#target-url").val();
54
			rank = $("#rank").val();
55
			rank = $("#rank").val();
55
			bannerListingId = $(this).data("id");
56
			bannerListingId = $(this).data("id");
56
			mediaType = $("#media-type").val();
57
			mediaType = $("#media-type").val();
57
 
58
 
58
			json = {
59
			json = {
59
				bannerUrl : bannerUrl,
60
				bannerUrl : bannerUrl,
-
 
61
				targetUrl: targetUrl,
60
				rank : rank,
62
				rank : rank,
61
				bannerListingId : bannerListingId,
63
				bannerListingId : bannerListingId,
62
				mediaType : mediaType
64
				mediaType : mediaType
63
 
65
 
64
			};
66
			};