- Screen name: KindaOK
KindaOK's Profile
5 Posts
4 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
- 24-Jan-2014 12:31 PM
- Forum: Using jQuery
If you look at this page http://signsplus.printingstorefrontsolutions.com/page/vinyl-banners in any browser but Safari, and click the menus across the top in this order, Vinyl Banners, Mesh Banners, then Yard signs, you will see that the accordion menus on the left turn red, get red down arrows, and the ul list items become visible as they should (Mesh Banners has no list items).
If you look at the same page in Safari (PC or Mac), click the menus across the top in the same order, Vinyl Banners works as it should (left menu item turning red, getting red down arrow and ul displays 3 sub menus), Mesh Banners works as it should (left menu item turns red and gets a red down arrow), but Yard Signs does not work as it should. Instead of making the Yard Signs left menu sub menus show, the A-Frames ul and sub menus show.
Additionally, A-Frames, Banner Stands and Decals & Graphics appear to have the same incorrect behavior only in Safari.
Any help would be appreciated.
Link to js file here http://orderingplatform.com/files/Skins/70386f30-e2a2-4adb-b6eb-514685fdb87d/js/signsPlus.js
Thanks,
Stan
- 03-Nov-2013 06:35 PM
- Forum: Using jQuery
If you go to this URL http://demo.printingstorefrontsolutions.com/product/banners and then click the Print Estimate Button, you will see the form running in an iframe that when I run the code shown below does everything I need it to do.How do I trigger this code (which runs in a console just fine) to fire on this iframe once it loads.Any help would be appreciated.Thanks,Stan/* --- Code below works fine in console --- */// creates estimate titleestimateTitle = 'Estimate';// gets actual page title (product Name) htmltitleNameToInsert = $('h1.pageTitle',$("iframe").contents()).html();// combines product name into site identifier htmlestimateTitle = '<h3>' + titleNameToInsert + " " + estimateTitle + " from..." + '</h3>' ;// create html for identifier sectionestimateIdentifierHtml = '<div id="printEstimateDetail"><p><strong><br />Printing Storefront Solutions</strong><br />P.O. Box 34118<br />Pensacola, FL 32507</p><br />877-858-8521 Toll Free<br />504-858-8521 Direct<br />888-910-3025 Fax<br /><br /><strong>Email: </strong>sales@printingstorefrontsolutions.com<br /><strong>Site: </strong>www.demo.printingstorefrontsolutions.com<br /><br /></div>'// combines estimate title with product name into estimate identifier htmlestimateIdentifierHtml = estimateTitle + estimateIdentifierHtml// puts site identifier html before pageTitle$('h1.pageTitle',$("iframe[name=printestimate]").contents()).before(estimateIdentifierHtml);// sets produtc title for estimate to display none$('h1.pageTitle',$("iframe[name=printestimate]").contents()).css('display', 'none');- 30-Oct-2013 10:24 AM
- Forum: Using jQuery
</table></td> </tr><tr class="rgAltRow" id="ctl00_ContentPlaceHolder1_ordersGrid_ctl00__1"> <td class="rgExpandCol"><input type="submit" name="ctl00$ContentPlaceHolder1$ordersGrid$ctl00$ctl07$GECBtnExpandColumn" value=" " id="ctl00_ContentPlaceHolder1_ordersGrid_ctl00_ctl07_GECBtnExpandColumn" title="Expand" class="rgExpand" /></td><td class="rgSorted">5</td><td><a class='orderLinkViewDetails' href='/summary/5'>View Details</a> | <a class='orderLinkReorder' href='/reOrder?ooid=5'>Reorder</a></td><td> </td><td>10/30/2013 6:43 AM</td><td>PSS Test</td><td>$0.00</td><td>$0.00</td><td>$0.00</td><td>$0.00</td><td>$0.00</td> </tr> </tbody> - 17-Oct-2013 09:27 AM
- Forum: Using jQuery
To dsvickCan you make yourself available for some one on one jQuery training via online meetings?Have been working hard to teach myself but could use some experienced help.If interested, please set up a way for us to connect.Thanks, Stan- On this page http://tm.printingstorefrontsolutions.com/page/z-test I need to select an input and insert some code using jquery at the black man check box that will end up like this...This is what I need to select...<input type="checkbox" name="ctl00$ContentPlaceHolder1$form1$formField1$0" id="ctl00_ContentPlaceHolder1_form1_formField1_0">Then I need to wrap in a div and insert image so the resulting html looks like this...<div id="something"><img src="http://orderingplatform.com/files/Subscribers/85e7f8b4-e512-4588-8db2-dcacc37d3b0f/webfiles/black_man.jpg"><br><input type="checkbox" name="ctl00$ContentPlaceHolder1$form1$formField1$0" id="ctl00_ContentPlaceHolder1_form1_formField1_0"></div>[12:08:49 PM] Stan Dupuy: starts out like this <input type="checkbox" name="ctl00$ContentPlaceHolder1$form1$formField1$0" id="ctl00_ContentPlaceHolder1_form1_formField1_0">I am learning but just can't figure this one out.Any help would be appreciated.
- «Prev
- Next »
Moderate user : KindaOK
© 2013 jQuery Foundation
Sponsored by and others.

