Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>On clicking one link, you are trying to do 2 things here:</p> <ol> <li>Fetch some code through AJAX and add it to <code>$(".container_project")</code> and <code>$(".container_groups")</code>.</li> <li>Change URL to <code>'projects/17'</code>, which could mean two things:<br> - Either you are making a POST and sending some data to the new Page, or<br> - You simply want to change the URL </li> </ol> <p>Yes, what you are asking is possible, but the question is what exactly do you have in mind.<br> Refine your question as per what exactly is that you want to do.</p> <p><strong>EDIT:</strong><br> Here are some links that would get you what you need: </p> <ol> <li><a href="https://stackoverflow.com/questions/824349/modify-the-url-without-reloading-the-page">modify-the-url-without-reloading-the-page</a></li> <li><a href="https://stackoverflow.com/questions/7842117/how-does-facebook-change-the-url-without-reloading-the-page">how-does-facebook-change-the-url-without-reloading-the-page</a></li> <li><a href="https://stackoverflow.com/questions/3997181/how-could-i-change-windows-location-without-reloading-and-hack">how-could-i-change-windows-location-without-reloading-and-hack</a></li> <li><a href="https://stackoverflow.com/questions/3381280/changing-the-url-without-reloading-the-page">changing-the-url-without-reloading-the-page</a></li> <li><a href="http://forums.devarticles.com/javascript-development-22/modify-browser-url-without-refresh-page-103475.html" rel="nofollow noreferrer">modify-browser-url-without-refresh-page</a></li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload