@Table Decorations in the UK Yes that’s …
Comment posted on JQuery Hover Effect Image Gallery For eCommerce by Rob
Yes that’s fine
Rob also commented
- @Chris
Well I’ve actually selected a fadeout / fadein of the image so it’s smooth. The big images are 7KB or less too. I guess you could try silently loading the images in the background – could use a simple hidden div or use jquery to preload the remaining bigger images for you.
What browser are you using out of interest?
- @Chris
Thanks for the comment.
Do mean because I’ve linked directly to the larger image? If so, this is so people without JS can view the larger image. If you wanted to pass through a differnt image, you could change the value of the href in the image thumbnail – if you look they all currently point to a larger view of the current thumbnail? Is this what you mean?
Recent comments by Rob
- Adding Unlimited Form Fields With JQuery and Saving to a Database
Ah, see what you mean now, misunderstood you beforehand
Yes that’s definately another (abliet probably better) way of doing things as you loose a join in your SQL query, which is always good. The reason it ended up as it did is because I was working on a project at work that required that table structure.
- Adding Unlimited Form Fields With JQuery and Saving to a Database
@KrisAs users can add many websites. E.g. in the example, the user has added 6 websites, all of which are referenced in the link table. The link table is needed because the amount of sites a user can add is unlimited (one of the reasons the field name are as an array E.g. field[]). The example wouldn’t work without the link table.
- Adding Unlimited Form Fields With JQuery and Saving to a Database
People have asked for the code to remove an added input. I’d actually recommend putting your input and remove link in a paragraph tag. For the remove/link simply added the following attribute to your link – works in all the major browsers too:onClick=”$(this).parent().remove(); return false;”
- W3C Validation and SEO Benefits – My Opinion
Thanks for the comment. Everyione will have a different view on this and could write a book about the issue
I’m not saying all validation is wrong, I’m mainly talking about the small syntax errors that have minimal, if any effect on how a page is displayed.
- Process Custom eCommerce data using Paypal IPN
@markWell that would come directly from your php logic, I’ve just used fixed values as it’s an example. So say for your shipping ID your script would probably look different, E.g. $shipping_method_id = $basket->getShippingMethodID($session);
powered by SEO Super Comments

Recent Comments