Link for ajax calls that do nothing : javascript:doNothing(); return false;
Solution: Use javascript:void(0); Here are the full explanations. Some link are processed via ajax and binded with the ID or class and don't have use of a HREF value because they don't go anywhere...
Recent Comments