Webeshoppin

From Wiki2
Revision as of 10:52, 28 January 2012 by Tim (talk | contribs) (Created page with "to force a move with refresh method1 location.href= 'food2buy.html?repo=' + rep + '&list=' + lis; method2 $('#allyourlists').append('<li><a href="food2buy.html?repo=' + rep + '...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

to force a move with refresh method1

location.href= 'food2buy.html?repo=' + rep + '&list=' + lis;

method2

$('#allyourlists').append('

  • <a href="food2buy.html?repo=' + rep + '&list=' + lis + '" data-ajax="false" >Repo: ' + rep + '& List: ' + lis + '</a>
  • ');