I threw together the most basic sample here: http://erikpeterson.brinkster.net/ebay/template/test.html
Basically the file is just jQuery and a very basic script but eBay isn't allowing it (I'm not loading it through src). Any thoughts? Thanks! On Jun 23, 5:57 pm, Raj <rajb...@gmail.com> wrote: > Hi, > > eBaydoes say this as a rule. If you referencejquerythrough src in > script, then it may fall under this category. > > HTML or JavaScript that automatically calls remote scripts and pages > (such as JavaScript includes or iframes) > > However, there is nothing that stops you from pasting the content > fromjquery.js to your page. I work foreBayand if its okay with you - > please send me your content, I can check if there is anything else in > there that makes it come back with this error message. > > Thanks, > Raj > rajb...@gmail.com > > On Jun 23, 4:13 pm, eepeterson <eepeter...@gmail.com> wrote: > > > That's not the message I saw. Also you can definitely use some forms > > of javascript oneBay. See > > this:http://pages.ebay.com/help/policies/listing-javascript.html > > > So I guess what I'm really asking is if it is possible to modify or > > use part of thejQueryscript to meeteBay'sterms on javascript. > > > Thanks! > > > On Jun 23, 5:23 am, Ricardo <ricardob...@gmail.com> wrote: > > > > The error message says it all: for security reasons, your listing > > > *cannot* contain javascript. > > > > On Jun 22, 1:01 pm, eepeterson <eepeter...@gmail.com> wrote: > > > > > Ok, let me start by saying I'm not a great programmer. I can do well > > > > with HTML & CSS but don't know a ton about js &jQuery. > > > > > Anyway, I'd like to include somejQueryin the form of a gallery of > > > > images in myeBayauction. However the problem I run into is that when > > > > I paste the completed code into theeBayI get a message that says > > > > "Your listing cannot contain javascript(".cookie", "cookie(", "replace > > > > (", IFRAME, META, or includes), cookies or base href". So I revised > > > > the code to include no hrefs to the js and pasted it all in the header > > > > instead. I still get the same error. I took a closer look at the code > > > > and of course the instances of the replace() method and so on. I would > > > > like to figure a way around this so I could usejQueryoneBay. > > > > > Has anyone had any luck usingjQueryin aneBayauction? > > > > > Any help you might have would be great. Thanks in advance.