Looking to populate a view based on part of a URL.
www.example.com/f/objectID I have a website with a view that loads based on the an objectID that is stored on parse.com
how can I extract/interpret "objectID" from the url to populate the /f/ view?
|
Looking to populate a view based on part of a URL. www.example.com/f/objectID I have a website with a view that loads based on the an objectID that is stored on parse.com how can I extract/interpret "objectID" from the url to populate the /f/ view? |
|||||
|
|
Take a look at the
Another solution that may have better performance (shouldn't really make a difference for this use case), assumes that
|
||||
|
|
|
A regex would work or splitting the window.location.url:
OR
|
|||
|
|