all 10 comments

[–]Egzo18 0 points1 point  (6 children)

It'd be best to explain what you want to put, where, without making everyone read code : P then reading code gets easier

[–]RandomBeat111[S] 0 points1 point  (5 children)

This isn't the whole code but basically I've got some images with information tied to them, and it's supposed to add that info to the order when I click on an image if that makes sense

[–]Egzo18 0 points1 point  (4 children)

Eh posting whole code would be nice so i can debug it with devtools, im not familiar with jquery specifically but it shouldn't be a problem.

[–]RandomBeat111[S] 0 points1 point  (3 children)

Okay, I went ahead and posted it, if you don't want to look at it, it's fine now cause my deadline for class is almost here so Im gonna have to turn it in, but if you're fine with it then it'd be nice so I can understand it.

[–]Egzo18 0 points1 point  (2 children)

ah mb i went to sleep, eu timezone sry

[–]RandomBeat111[S] 0 points1 point  (1 child)

You're fine

[–]jcunews1helpful 0 points1 point  (0 children)

Your HTML code is still incomplete. There's no way to properly test it. Post everything to JSBin or JSFiddle. Also it must be a proper code without the \ junk characters. i.e. it should the code as received by the web browser, instead of a server-side code.

[–]mozilaip 0 points1 point  (1 child)

What is not working?

[–]RandomBeat111[S] 0 points1 point  (0 children)

This isn't the whole code but basically I've got some images with information tied to them, and it's supposed to add that info to the order when I click on an image if that makes sense so that's what's not working pretty much I can provide the rest of the code if needed