Skip to content

Can't clik on links in page #4

@TheFunnyBear

Description

@TheFunnyBear

If I have any link on page. I can't click on it:

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>jQuery Splash Screen</title>
    <script type="text/javascript" src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
    <script type="text/javascript" src="Scripts/jquery.SplashScreen.js"></script>
    <link href="Css/jquery.SplashScreen.css" rel="stylesheet" />
    <script type="text/javascript">
        $(document).ready(function () {
            $.SplashScreen({
                progressCount: true,
                progressBar: true
            });
        });
    </script>
</head>
<body>
    <img src="http://placehold.it/600x400" />
    <img src="http://placehold.it/300x200" />
    <img src="http://placehold.it/1200x800" />
    <img src="http://placehold.it/150x100" />
    <img src="http://placehold.it/2400x1600" />
    <img src="http://placehold.it/75x50" />
    <a href="http://placehold.it/2400x1600" > link </a>
    <div id="splashscreen">
        <div id="progress"></div>
        <div id="status"></div>
    </div>
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions