Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sdagger3

  1. sdagger3

    create form hidden inputs from jquery object(array)

    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]...
  2. sdagger3

    create form hidden inputs from jquery object(array)

    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 =...
  3. sdagger3

    jquery content slider mouseover

    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...
  4. sdagger3

    jquery content slider 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...
  5. sdagger3

    JQuery datatable

    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...
  6. sdagger3

    JQuery datatable

    Hi I'm not sure if this has been marked as complete? I never had any replies?
  7. sdagger3

    JQuery datatable

    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...
  8. sdagger3

    JQuery datatable

    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...

Part and Inventory Search

Back
Top