I got a menu made with li / a and I got jquery.load working with this. when I click on the link to which it is loading without updating the contents of the page in the div. but what is the best way to add the file name that should be loaded into the attribute?
this will load the page with the original link: 127.0.0.1/filetobeloaded.html for example.
<a href="filetobeloaded.html">test</a>
but if I do <a href="#" rel="filetobeloaded.html">test</a>, I consider this to be the wrong attribute = /.
so what attribute should i use for this?
Congratulations, Stefan.
source
share