Hello,
After the Upgrade from 0.6.3 to 0.6.4 i’ve got various Errors:
1."$ is not defined" in 2. "$ is not defined" in3. “$ is not defined” in
$(document).ready(function() {
214 // this will trigger to change only the period value on search query and hash string.
215 $("#otherPeriods input").bind(‘click’,function(e) {
216 var request_URL = $(e.target).attr(“value”);
217 var new_period = broadcast.getValueFromUrl(‘period’,request_URL);
218 broadcast.propagateNewPage(‘period=’+new_period);
219 return true;
220 });
221});
After rollback to 0.6.3 the page is back in normal state.
Any suggestions out there? Pls help.
thanks in advance
boe