Hey everyone. I made a small and rather simple ajax javascript. However, whenever it fires, it refuses to get to readystate 4. I am pointing the script to a page made with umbraco, so I am wondering, is it not possible to use ajax to fetch pages made in Umbraco or something?
It's certainly is possible to load umbraco pages via ajax. Here's a recent example of a dynamic filter for an art gallery done using ajax and alternative templates
ajax in umbraco
Hey everyone. I made a small and rather simple ajax javascript. However, whenever it fires, it refuses to get to readystate 4. I am pointing the script to a page made with umbraco, so I am wondering, is it not possible to use ajax to fetch pages made in Umbraco or something?
Kind regards,
-Ferdy
Hi Ferdy,
It's certainly is possible to load umbraco pages via ajax. Here's a recent example of a dynamic filter for an art gallery done using ajax and alternative templates
http://www.todd-white-art.com/art/editions.aspx
Umbraco dosn't put any restrictions on your HTML, so there is no reason why it shouldn't work.
Matt
Okay nevermind... I had missed a capital letter in the "readyState" part causing it to never get to readyState 4. I feel like an idiot now.
Anyway, thanks for confirming it was my mistake and not a limitation in Umbraco Matt!
-Ferdy
Hehe, we all make mistakes =)
Matt
is working on a reply...