Note that there are some explanatory texts on larger screens.

plurals
  1. POButton doesn't trigger the corresponding action (both tag button and input type=button)
    primarykey
    data
    text
    <p>My jquery code works with Chrome, Firefox, > IE8, but it seems that jquery and jquery ui aren't loaded on IE8.</p> <p>Javascript is enabled.</p> <p>I use <code>&lt;meta http-equiv="X-UA-Compatible" content="IE=7,IE=8" /&gt;</code>, 'cause I had some issues on IE9</p> <pre><code>&lt;head&gt; &lt;meta http-equiv="content-type" content="text/html; charset=utf-8" /&gt; &lt;meta http-equiv="X-UA-Compatible" content="IE=7,IE=8" /&gt; &lt;link href="css/my.css" rel="stylesheet" type="text/css" media="screen" /&gt; &lt;link rel="stylesheet" href="http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css" /&gt; &lt;script src="http://code.jquery.com/jquery-1.8.2.js"&gt;&lt;/script&gt; &lt;script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/jquery-ui-timepicker-addon.js"&gt;&lt;/script&gt; &lt;link href="css/jquery-ui-timepicker-addon.css" rel="stylesheet" type="text/css" media="screen" /&gt; &lt;script type="text/javascript"&gt; $(function(){ }); // Sorry, really it's so and not only } &lt;/script&gt; &lt;/head&gt; </code></pre> <p>Any suggestion? What I should check?</p> <p><strong>EDIT</strong></p> <p>By changing </p> <pre><code>&lt;meta http-equiv="X-UA-Compatible" content="IE=7,IE=8" /&gt; </code></pre> <p>to</p> <pre><code>&lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&gt; </code></pre> <p>resolves most of the issues on IE8.</p> <p>The only issue still remains is tied to pop up:</p> <p>when there is a button which triggers a pop up, clicking on pop up "OK" doesn't trigger the corresponding action (the button is inside an a tag).</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload