Aggiungi ai preferitiSATYAJIT SINGH ha fatto una domanda in #Data Management5 mag 2014, 16:47How to get sfdc id from href value using jquery?How to get sfdc id from " https://ap1.salesforce.com/0019000000Aoh2I " using jquery?3 risposteOrdinaOrdina per dataOrdina in base alla maggiore utilitàOrdina per dataCarica più commenti...Deepak K Anand (Zoom Communications, Inc.)5 mag 2014, 17:11You actually don't need jQuery for that and rather you can use the location object in JavaScript like as below: var recId = location.pathname.replace("/","");Aggiungi un commentoScrivi una risposta...GrassettoCorsivoSottolineaBarratoElenco puntatoElenco numeratoAggiungi linkBlocco codiceInserisci immagineAllega fileURL del linkAnnullaSalva0/9000Rispondi
Deepak K Anand (Zoom Communications, Inc.)5 mag 2014, 17:11You actually don't need jQuery for that and rather you can use the location object in JavaScript like as below: var recId = location.pathname.replace("/","");