On the website page1.php, page2.php, etc. are uploaded to the index.php page using jquery load. How can I make working links like mysite.com/page1?
var file = 'page2.php'; $('div').load(file, '', function(data){ $(this).after('<a href='+file+'>'+file+'</a>') })
Source: https://ru.stackoverflow.com/questions/600153/More articles:Textbox two lines of 40 charactersLayout of different width imagesHow to make this effect better (repeating-linear-gradient)?Full-text search organizationAngular 2 thinking and wayPull out the desired value from the function in the class.JQuery show function does not work [duplicate]What is the name used when publishing the application in the AppStore?Limit the number of records in a group when grouped in MySQLHow to add ellipsis after the last word in a multiline text?All Articles