Run html tag
Run html tag
Hi
I have a text file which contains some html tags plus css, when I click on a button my main script will get those stored tags and run them, I used $("body").append(x.html()); and it worked on PC browser but there is problem on mobile browser and doesn't work...!!!!!!
even fadeIn + fadeOut are problem on mobile browser... :(
thank you