[Building Sakai] Neoportal dropdown solution

Adrian Fish adrian.r.fish at gmail.com
Tue May 14 13:48:08 PDT 2013


I'd go for disabling caching at the level of the local call. Although json
pulled via jQuery.ajax does seem to be cached  really aggressively there
may well be side effects to disabling it globally. I think that may disable
json caching for the entire portal.

Cheers,
Adrian.


On 14 May 2013 21:39, Jackson, Chan <CJackson at apus.edu> wrote:

>  ** **
>
> We have come up with a solution to address the top tabbed drop down issue
> that we were trying to resolve by making changes to the neoscript.js file.
> The changes we want to make is by disabling caching by default. Is it
> acceptable to disable the caching globally in the jQuery(document).ready
> section  with the following properties:****
>
> ** **
>
>                $.ajaxSetup({ cache: true }); ****
>
> ** **
>
> or  local to a specific function jQuery("ul.topnav li
> span.drop").click(function(e, focusFirstLink)  with the following
> properties:****
>
> ** **
>
>                 cache: false****
>
> ** **
>
> ** **
>
> Chan Jackson | Java Developer Consultant****
>
> * *
>
> *American Public University System*
> American Military University  |  American Public University
> 661 S George Street, Charles Town, WV 25414
> T 304-885-5260 | M 304-261-2586 |  cjackson at apus.edu | www.apus.edu****
>
> ** **
>
> This message is private and confidential. If you have received it in
> error, please notify the sender and remove it from your system.
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20130514/e69dd4f6/attachment.html 


More information about the sakai-dev mailing list