我有一些數據表通過帕拉姆,我想帕拉姆ID 194出來的URL的我怎樣才能在URL中的JavaScript
admin/customer-management/updater/id/194
我的Ajax:
"sAjaxSource": "/<?= Zend_Registry::get('Zend_Locale')->getLanguage(); ?>/admin/CustomerManagement/getlistcontactsajax/idCustomer/" + $(this).attr('value');
我這樣做+ $(this).attr('value');
但它不起作用。
你想要得到的來自URL的'id'? – Noman
你需要重寫你的問題。什麼是$(這)?即什麼事件你訪問attr(「價值」),這可能是真正的jQuery中的.val()和它與URL有什麼關係?你的意思是'location.href.split(「/」)。pop()' – mplungjan
''admin/customer-management/updater/id/194「.split(」/「)。pop()' – lshettyl