.load - works with FF, but not with Chrome?
Hi,
I've been trying to load some tags using .load. I was testing with Chrome and never got any results back - I just tried the same code with Firefox and it works - where's the problem ? Am I doing something "almost" correct, that firefox allows and chrome doesn't? I cannot see any errors in the console either
Here's the line:
- $("#somediv").load("somepage.html #someotherdiv");
Thanks!