maybe anyone can tell is this an error or i'm doing something wrong.
as i understand there must value 123 in the #footer div, but i get 444
(this div is made just to see the values of var "w" at all stages, all i need is string 6 in my code)
- ct_all=3
- w=1
- do{
- toto='#center_' + w
- $.get("include/view_function.php", { hot: w},function(data){$(toto).load(data + " .tp_offers_tbl");
- $('#footer').append(w)
- });
- w++
- }while(w<=ct_all)
Thanks anyblody for anyhelp!)