
- Javascript Basics Tutorial
- Javascript - Home
- Javascript - Overview
- Javascript - Syntax
- Javascript - Enabling
- Javascript - Placement
- Javascript - Variables
- Javascript - Operators
- Javascript - If...Else
- Javascript - Switch Case
- Javascript - While Loop
- Javascript - For Loop
- Javascript - For...in
- Javascript - Loop Control
- Javascript - Functions
- Javascript - Events
- Javascript - Cookies
- Javascript - Page Redirect
- Javascript - Dialog Boxes
- Javascript - Void Keyword
- Javascript - Page Printing
- JavaScript Objects
- Javascript - Objects
- Javascript - Number
- Javascript - Boolean
- Javascript - Strings
- Javascript - Arrays
- Javascript - Date
- Javascript - Math
- Javascript - RegExp
- Javascript - HTML DOM
- JavaScript Advanced
- Javascript - Error Handling
- Javascript - Validations
- Javascript - Animation
- Javascript - Multimedia
- Javascript - Debugging
- Javascript - Image Map
- Javascript - Browsers
- JavaScript Useful Resources
- Javascript - Questions And Answers
- Javascript - Quick Guide
- Javascript - Functions
- Javascript - Resources
HTML5 SVG css3 transition on fill not working when there is external link
This cannot be done through the visited state. The best solution is to add a random query to url so that page go unvisited.
<a href = "http:/demo.com/?foo = <?php echo rand(0, 99998) ?>"Your link</a>
It can be removed with JS by onclick event:
$('body').on('click', 'a', function(p) { p.preventDefault(); var url1 = $(this).prop('href'); window.location.href = url1.split("?")[0]; });
- Related Articles
- CSS3 Transition Shorthand Property
- World Map on HTML5 Canvas or SVG
- HTML5 video not working with jquery bxSlider plugin on iPad
- Drawing an SVG file on an HTML5 canvas
- canvas.style.display = “block” not working in HTML5
- How to create CSS3 Transition Effects?
- HTML5 tag not working in Android Webview
- How to draw an SVG file on an HTML5 canvas?
- The:last-child selector not working as expected in HTML5
- What is the difference between SVG and HTML5 Canvas?
- Working with CSS3 Filter Effects
- Callback is not working on remote but working locally in SAP CRM
- Make a star shape with HTML5 SVG
- How to use SVG images in HTML5?
- How to draw SVG Logo in HTML5?

Advertisements