To load or not to load - a solution
By admin on 15 Dec |
1 comment
For the past week I’ve been trying to get the jquery framework to communicate within drupal for dynamic navigation and loading of content. everything was great until I discovered a bug about 2 days ago that the ajax loading would break on a node edited page. My initial thought was that there was something amiss with the html so I validate it and compared it to html that was working but that didn’t solve it. It was beginning to annoy me as I need the code base in a hurry for some other projects that I needed ans it seem that I was close to getting it working to what you see before you now.
So I started the process of seeing what worked and did as a bare comparision. Turns out that the problem was due to the way that the flash loading bar was being called instead of using load as I was doing I change it to get and the problem disappear, for the time being . That’s all get instead on load just for the throbber that is.