Travis Tidwell
Travis Tidwell
I appreciate your input @obihill . I will say that the jQuery interface is an abstraction of the actual jQuery features and instead of returning a DOM object (which would...
This would probably need to be done manually since 'children' is an iterating function and to create an iterating function outside of a synchronous workflow is difficult (since you have...
Hey guys... sorry you are having problems with this library. I wrote it a long time ago and have not spent time to look into the issues and probably do...
This now has a merge conflict. I like what you are doing here, but you will need to rebase so that I can pull it in.
You can try using the sizzle selector of `#log:eq(0)` which should work since I think the issue here is the selecting a certain element. So, try this... ``` $.visit('http://yoursite.com', function(){...
Also, why do you need to use `eq(0)`? Do you have more than one element on the page that has the ID of `#log`? If not, then just use the...
I just tried this code with your example and it actually did click the submit button because I got a password error which should probably only show up if the...
The error may be in your `setNoConfigInput` method.
Ha... no there isn't, but I do use PayPal if you feel compelled. travist349 at gmail.com. Thanks!
One thing that I can say is that I went to try and click on that link manually and got a 500 error on the server, so maybe that has...