Note that there are some explanatory texts on larger screens.

plurals
  1. POmy code doesn't work with the script i am calling from the base file
    primarykey
    data
    text
    <p>I have previously posted this: <a href="https://stackoverflow.com/questions/19520252/bootstrap-check-uncheck-multiple-elements-with-js">previous post</a> about having problems to check and uncheck multiple elements with jquery. </p> <p>The thing is that i have tried the code on fiddle and it's working perfect thanks to all the people who helped me: <a href="http://jsfiddle.net/jimena/j56Dy/8/" rel="nofollow noreferrer">my fiddle</a> but it is not working on my site.</p> <p>I have a base.php that automatically loads core plugins, script and so... it's even calling:</p> <pre><code>&lt;script src="{site_url()}assets/plugins/jquery-1.10.1.min.js" type="text/javascript"&gt;&lt;/script&gt; </code></pre> <p>from the view file, i call the js function i use like this: (i use smarty template)</p> <pre><code>{block name='custom_javascript'} &lt;script src="{site_url()}assets/scripts/backend/filter-options.js"&gt;&lt;/script&gt; {/block} </code></pre> <p>The thing is that the check/uncheck function is not working. It only works when i call (again) the jquery library like this: </p> <pre><code>{block name='custom_javascript'} &lt;script src="http://code.jquery.com/jquery-1.10.1.min.js"&gt;&lt;/script&gt; &lt;script src="{site_url()}assets/scripts/backend/filter-options.js"&gt;&lt;/script&gt; {/block} </code></pre> <p>even though it works, the style is not the same, because boxes and text appear not in line.</p> <p>Am i doing something wrong with the library or what the problem could be? thanks on advance.</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.
    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