I just started using AJAX for my site and I am able to load some content in a div using Ajax. I am using <a href="url" onClick="request(url)">Link</a> in the page.
I am wondering if it is the right way to load pages using AJAX. Is it ok for google if I use such links? By the way, the href url, if for NON-AJAX browser and NON-HTML5 browsers. It has the same content that I load using AJAX. Does Google consider this cloaking?
Thanks.