I've insert onclick to all with below call function :
onclick="javascript:loadcontent($(this).attr('rel'));
this code working corectly in Firefox and IE but not in Chrome
How can I fix it ?
|
I've insert onclick to all with below call function :
this code working corectly in Firefox and IE but not in Chrome How can I fix it ? | |||||||
feedback
|
| ||||
feedback
|
That said, these are both optimizations. There's no obvious reason why that code wouldn't work in most browsers. Check the browser's console for errors. | |||||
feedback
|