I'm making a website that tend to handle all the request in one page (Ajax).
so i thought that I could trap every user's click on a link and check IF ...
I have two page page1.php and page2.php, on page1.php i click on a href and that link to page2.php somewhere...
in the page2.php there is 4 expander, hidden or close on pageload...
question ...
Domain.com/blah/bleh
If it blah or equivalent exists I want to grab it if not I wanna do nothing. But if bleh or equivalent exists ignore it in some cases. Is this possible? ...
What I have is a MVC framework that I am manipulating the DOM via JavaScript and jQuery. Which to a point is a mute reference to this question. Through the MVC ...