Whoah! What a nice module. I need to learn to do this kind of stuff :)
Congratulation on a nice job, and thank you for sharing.

I had fun playing on the demo site.
http://sandbox.jodhpuriguy.com/drupal/?q=asyncapi

But next, I tried to do the same while having javascript off.
It already degrades almost gracefully because the nodes in the list can still be accessed by clicking on the node title.

But the big orange squares are still there, and my mouse cursor changes when I hover them at if they were a link... but when I click nothing happens (obviously!).
For this to degrade more nicely, the yellow box would disappear and be replaced with a minimum of the information (node author, date, preview).

Generally, the API should degrade gracefully by default.
If one day I decide to use this module, I may try to tackle this unless someone was quicker!

If it were Drupal core, this would be a bug report. But since it is a contrib module that is kindly made available to the community, it is only a feature request :)

Thanks again.

Comments

silence’s picture

Version: » 4.7.x-1.0

just updated the cvs for the non-js part. now it works without the js also. Please have a look at it and let me know if something is wrong. There is one problem and for that I'll have to sit for two-three hours which I cant do at the moment. The problem comes when you enable js after loading the page with js disabled.

beginner’s picture

Thank you.

Have you updated the test site? It behaves as before.
Because of my development schedule, I won't have time to take a serious look at this module before a few months.

beginner’s picture

btw, about enabling js after loading the page: I wouldn't care about that. The user's browser either has js, or it doesn't. Only developers have fun turning js on and off. For regular users, it stays in one state.

In short: you only need to care about the state of js upon loading the page. The code will be simpler this way, too.

silence’s picture

I did not update it at that time but have done so now....

silence’s picture

Status: Active » Closed (fixed)

I did not update it at that time but have done so now....