JQuery :: Tons Of Spam Links In Documentation
Aug 13, 2010there seems to be a ton of spam links in the jQuery documentation wiki. Have a look at this one for example.
View 3 Repliesthere seems to be a ton of spam links in the jQuery documentation wiki. Have a look at this one for example.
View 3 RepliesSeehttp://api.jquery.com/category/deferred-object/links tohttp://api.jquery.com/jQuery.thenhttp://api.jquery.com/jQuery.doneetc don't work.
Is it possible to post a patch to the docs somewhere?
I've found a lot of animation scripts (jQuery, etc) that all work perfectly for animating a DIV with some text or an image inside. However, if the DIV has hundreds of divs, each with 20 or so span objects inside them, the animation doesn't work. It becomes jumpy and too heavy a load on the GPU or processor. I haven't been able to get animation like this to work anywhere. Does anyone know of a solution?
View 1 Replies View RelatedI am using jquery with my wordpress blog to post information to my online CRM system ( capsule CRM) Everything is working great, except that I am getting tons of SPAM.
The folks at capsule suggested that I add a field,called comment, and then using CSS hide it from a human user.
<input id="comment" type="text" name="COMMENT"/>
CSS Entry
#comment { display: none; }
The idea would be that a SPAMMER would add information to this field. if the field has data, then it should not post.
how do I get Jquery validate to make sure this field is blank before it posts.
I have a spam problem and since it partly involves js, I hope the thread belongs here.
Basically, I get a lot of a particular kind of spam which somehow circumvents my efforts to block it.
My (crude?) method is to require the form user to read a group of letters from a graphic (which admittedly never changes) and enter them into a form field.
The external .js file then checks to see if the code has been entered correctly. If not, no Submit is possible. It seems to work well except for one particular kind of spam (which means it doesn't work well enough!).
And I can't understand how this apparently automatically generated spam gets through. What is going on?
Here is an example:
I found this nifty little JS that helps reduce mailto: spam spiders.
<script type="text/javascript">
<!-- Begin
it1 = "mail";
it2 = "to";
part1 = "some";
part2 = "one";
parta = "domain";
partb = ".";
partc = "com";
document.write('<a href="' + it1 + it2 + ':' + part1 + part2 + '@' + parta + partb + partc + '">');
document.write(part1 + part2 + '@' + parta + partb + partc + '</a>');
// End -->
</script>
I love it, and it certainly seems to help, but it actually displays the e-mail address. I'd rather it display a name. Ex. Show "Someone" instead of "someone@domain.com" which is what it does now.
I do not see a link that would allow me to copy the documentation. I want to have it local so I can work disconnected from the 'net. Spidering the tree off the website seems a bit much. Did I miss it?
View 2 Replies View RelatedI could not find each() in jQuery's documentation. Could it be included there, as I was browsing all the features to find out what exactly is the collection of elements returned by the many JQuery functions and how to be able to access and manage each of them separately, but could not find a page for "each" anywhere (which I found on some tutorial later).
View 2 Replies View RelatedI am trying to make an image into a mailto link, where the link is formed via som JavaScript so to avoid spamming robots. Here is the code:
<script language=javascript>
<!--
var username = "hosting";
var hostname = "bluepointwebdesign.co.uk";
var linktext = username + "@" + hostname;
document.write("<a href=" + "mail" + "to:" + username +
"@" + hostname + ">" + "<img src="""/images/hosting_email.gif">" + "</a>" )
//-->
</script>
Everything works, but the image won't be displayed!
Is it just me, or can no one else see the content of the documentation pages?All I get is a blank window. I've tried multiple browsers on multiple computers with no difference.
View 5 Replies View RelatedI have a spam problem with my online form in [url]
I keep receiving spam and what puzzles me is that the spam script does not need to fill the required fields to send the form.
I tried to add a math puzzle by inserting:
and
However, the hidden field still shows on the browser (it doesn't show the value but it shows an empty square) and I can't get the form check to compare the values of "Filtro" and "Solucionfiltro".
For some reason any documentation page on jQuery site shows just white background with no text.
Is there a problem with jquery.com?
Suppose I have this syntax:
I want tellme() to handle the value of href of the clicked link.
What syntax do I put in tellme()?
I got this far:
Here is question: How would I get this info from the API documentation?
Here are the descriptions for the Ajax methods:
load -- Loads HTML from a remote file ...
ajax -- Load a remote page ...
get -- Load a remote page...
getScript -- Load and execute a local javascript file...
post -- Load a remote page...
So, if we want arbitrary HTML we have to use "load", but if we want a whole "page" (where is that defined?) we have to use "ajax", "get" or "post"? The "execute script" function (called getScript for some reason) only works with local "files"? I believe it will work with any URI (local or remote) returning JavaScript (assuming same origin policy of course), and whether it came from a file isn't known to the caller. These functions should describe the type of HTTP request they make, and skip references to "pages" and "files".
We don't like putting our email addresses on our pages because we know we'll be spammed big time!
Of course you could use javascript and 'document.write' it out, but who wants script tags in his body? I don't!
So today I made the below and I thought I'd share. It kinda explains itself better then I ever could so. Code:
Is it possible to download the jQuery API documentation to my local hard-drive? If so, I don't need to connect the Internet every time when I want to refer the API docs.
View 2 Replies View RelatedI'm getting a database error trying to access the validate plugin documentation. [URL]
Error:
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden) from within function "MediaWikiBagOStuff::_doquery". MySQL returned error "1205: Lock wait timeout exceeded; try restarting transaction (localhost)".
Using the [url]. I am not able to find the documentation on usage of parse option in [url]
How to add details like what goes into data,value and result name/value pairs and when to use it.
Where is the list of js objects (Anchor, Applet, document, etc)? It's not in the Netscape Guide or Core documents.
View 2 Replies View RelatedHas anyone seen a great tutorial on how to use the dom to properly parse an
xml document? I was hoping to find something in depth that might show maybe
via a pictorial how child nodes and node data etc relates to an example xml
document.
I am new to jquery, and love it so far, but I am more of a designer, not a developer. I am learning jquery to enhance my sites, and I am having a problem figuring out buttons.
I have them working in firefox and safari, but in IE links do not work.
Here is the script I have, and the button code.
My menu navigation(Home, Hosting Solution, etc..)
1. The submenu links need to be centered in the middle of the div instead of aligned to the left.
2. Can the submenu links have a rounded box appear under them, instead of being underlined links. Like these at the top: [url]
3: The top tab needs to stay gray/active/on when the mouse is moved down to the submenu or when it is the active button.
Here is the link of the site [url]
I'm using jquery/ajax to create some links with window.open method. Here's the relevant code:
$("#content").empty();
$.ajax({
type: "GET",[code]..........
Basically, when you click a link a function is called with a parameter based on the particular link you run. Then the code runs through an xml file, and if the parent of the nodes I've cyling through has a value equal to the parameter past to the function, that node is used to create a new link with window.open function attached to it.It all works, or seems to, and when I alert what is being built, it looks right to me, yet the links don't work.I've attached a copy of one of the alerts of one of the links as it's built.
We have a JavaScript SDK with lots of classes and functions. We would like to generate automatic HTML documentation from it to our users. We look for a free tool, something like Doxygen, that knows how to handle JS code.
View 2 Replies View RelatedI have an image wrapped inside a link tag.<a href="somepage.html"><img id="content" src="img/some.gif" /></a>
I want this .click target to be the link: $('a').click(function(e){
Instead, the target returned is the image [HTMLImageElement].
I have tried using closest()and currentTarget:
But they all still return the image, not the link.
Where can I get javascript documentation for offline usage?
View 1 Replies View Related