Code: Select all
$(document).ready(function () {
$('#loadingstart').hide();
});
function walle() {
$('#loadingstart').show();
var product_id_array = $('#product_id_array').val();
var position = $('#position').val();
var URL = "./includes/user-course-settings.php"; /////post.php will be equal the variable "comment"
$.post(URL,
{
walle: "post",
username1: username,
position1: position,
navpos1: navpos
},
function (data) {//parameter wall will be equal "post", name1 will be equal to the var "name" and comment1 will be equal to the var "comment"
$("#startOver").prepend(data).show();// the result will be placed above the the #result div
$('#loadingstart').hide();
});
}
Code: Select all
position
[*]
left
[*]
center
[*]
right
Nav Position?
[*]
Left
[*]
Center
[*]
Right
[img]https://www.mysite.com/images/loading.gif[/img]
Mobile version