Thanks Vacunita
That is really helpful. I also managed to do it this way before you replied which works too:
var $ = window.parent.$;
var SiteInfo= $.SiteInfo;
var d,o=SiteInfo.custLabels;
for(var p in o){
if(o.hasOwnProperty(p)){
d=o[p]...
I have created a jquery object (array) of items in a parent page which is passed into an iframe. Example code used is something like:
<script type="text/javascript">
$(document).ready(
function()
{
$.SiteInfo =...
Sorry. I don't know why I labelled the title to this as mouseover. I was originally trying to get the tabs to work by mouseover rather than clicking, that way if javascript was disabled, I would use the link of the tab to go to the relevant page, but if javascript was ok, then the mouseover...
Hi
I am currently working on a version of a jquery content slider at:
http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/
The code is great and I have got it working with 3 tabs (thats all I need) but my issue is getting it to work when JavaScript is disabled in the...
Hi
Some time ago I was working with datatables and asked for help with how to implement checkboxes for filtering. I managed to implement it into a test table and all works great apart from one last hurdle I am trying to overcome to complete the project.
My page now has two checkbox filters...
Hi again
Thank you for your last post, that worked a treat.
I am now trying to add one last feature but cannot get it to work. I am trying to add checkboxes for filtering multiple items within a column.
For example:
Based on the table at...
Hi
I have built a datatable (array version) based on this example:
http://datatables.net/examples/data_sources/js_array.html
I am new to the code but managed to add components such as filtered dropdowns and working great. I am having trouble making one of the columns as hyperlinks.
If you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.