Search found 2 matches
- Wed May 12, 2010 1:16 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: JQuery ready function location
- Replies: 5
- Views: 5167
Re: JQuery ready function location
Hmm, it didn't work for me. We have a custom header scriptlet, and I put this at the very top of our header scriptlet: <script type="text/javascript"> $(document).ready(function() { $('#ProductTitle').sifr({ build: 436, version: 3, path: 'Resources/', font: 'Futura-Condensed-Bold', color: '#000000',...
- Wed May 12, 2010 12:57 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: JQuery ready function location
- Replies: 5
- Views: 5167
JQuery ready function location
I want to use the jQuery sIFR plugin to display the product name on Product3.aspx, which uses the document ready function to replace the content of a particular div with a swf displaying the text. I have tried putting this function in several places, including the head section of Scriptlet.master an...