jquery去掉数组最后一个元素_jquery只显示数组的最后一个元素

var businessListings = {

musEnt: {

"Mark's Studios": {

Address: "2407 Linden Street Chester, Pa 19013",

PhoneNumber: "267-808-4256",

Website: "www.markstudios.com",

Specialty: "R&B, Hip Hop"

}, // line ends Mark's Studios info

"CC Moore Recording Studio": {

Address: "1420 Melrose Avenue Chester, Pa 19013",

PhoneNumber: "267-615-2009",

Website: "www.ccmoorestudio.com",

Specialty: "All Genres"

} // line ends CC Moore Recording info

},// line ends musEnt category

paint: {

"Ulysses's Paint": {

Address: "2201 Edgmont Avenue Chester Pa 19013",

PhoneNumber: "267-298-0845",

Website: "www.ulyssespaint.com",

Specialty: "Mixing Paint, Selling All Paint Types"

}, // line ends Ulysses's Paint info

"Dock Paint Supplies": {

Address: "1007 W. 7th Street Chester, Pa 19013",

PhoneNumber: "484-318-5190",

Website: "N/A",

Specialty: "All Paint Type Supplies"

} // line ends Mark's Studios info

}, // line ends paint category info

}; // line ends "multi-dimensional" array object

var selectedCategory;

var textNameOfBusinessCategorySelected;

var nameOfBusinessesUnderCategory;

function businessListingResults(databaseList) {

selectedCategory = $("#select-business-listing option:selected").val();

textNameOfBusinessCategorySelected = $("#select-business-listing option:selected").text();

nameOfBusinessesUnderCategory = databaseList[selectedCategory];

for (findBusinessNamesUnderCategory in nameOfBusinessesUnderCategory) {

$("#listingResults").html("

" + findBusinessNamesUnderCategory + "");

console.log(findBusinessNamesUnderCategory);

} // line ends for in loop

} // line closes function

Select a Category from the drop down menu to check your local businesses

Music and Entertainment

Paint

Search Listings

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值