Question

Is there something special about Safari for Windows and AJAX?
In other words: Are there some common pitfalls I should keep in mind?

Was it helpful?

Solution

One word of warning: Safari on Windows does not support XSLT.

OTHER TIPS

Safari is really standards compliant. Unless you're using some really esoteric browser features, in general if something works in Firefox, I've found it works without modification in Windows Safari.

Apple has a developer center for web developers, but I didn't find anything too useful there.

In your event handlers, instead of return false, use event.preventDefault() or event.stopPropagation(). The event methods are the standard/compatible way, but lots of old tutorials still recommend return.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top