The original error message told exactly what the problem is with jQuery (albeit as part of a poorly worded laundry list):
Your listing cannot contain javascript(".cookie", "cookie(", "replace(", IFRAME, META, or includes), cookies or base href" If you search the jQuery source for those strings, you'll soon find (if you didn't already guess) that it uses a multitude of string.replace() calls. So you're right, the best bet would be to find a way to do what you want without jQuery. -Mike _____ From: Rajkumar Chandrasekaran Hi, I tried with several combinations of javascript and it seems like (including src, replace method, cookie etc) are not allowed in item description. One thing I can definitely try to do for you is that - if you can give me the item description and tell me what is the effect you want to introduce in there, I can try to do that without using jquery. Thanks, Raj On Tue, Jul 7, 2009 at 6:52 PM, eepeterson <eepeter...@gmail.com> wrote: 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.