to
use would be to implement custom error handling at the service with
messages and HTTP status code 200.
-- Anton
On Jan 18, 8:26 pm, anton wrote:
> A type, sorry, everything works fine without javascript warnings or
> errors, can seem to get any function to be called after a request
>
quot; and skipped the callback info in
url, this gives the exact same result though.
On Jan 18, 7:09 pm, Nathan Klatt wrote:
> On Mon, Jan 18, 2010 at 11:05 AM, anton wrote:
> > Can't seem to get any response from an ajax call which response is 400
> > Bad Request
>
> > $.ajax({
> > url: url
> > type: "GET",
>
> Hey, is that missing comma after url a typo?
>
> Nathan
complete: function() {
alert("complete");
}
None of those are called, and I don't get javascript errors in
console...
On Jan 18, 6:23 pm, Nathan Klatt wrote:
> On Mon, Jan 18, 2010 at 11:05 AM, anton wrote:
> > Can't seem to get any response from a
t this?
Could there be a problem with parsing output, since this particular
response also gives an error message in "text/plain" not JSON? Have
tried with both processData set to false and true but with the same
problem...
Have tried both jQuery 1.3 and 1.4
-- Anton
version of jquery is 1.3.2
hello all.
I need some help in understanding XPath selection in JQuery:
i.e. i have this html code:
function f()
{
alert($('//body/div'));
}
aa
after loading this page, firebug throws:
exception uncaught
So, i've figured out why that happens: in case of ff and chrome that
is just some security policy, which forbids to do post on "remote
host". Solution is quite simple - place controller and hmtl page with
your scripts on same host, and after that parameter "url" in $.ajax
post will transformed to
good day guys!
i have next code in my js-script:
$.ajax({
url: 'http://localhost:9090/api?callback=?&_=?',
type: 'post',
dataType: 'json',
data: {"sites" :$.toJSON(in_res),
"out_res_http": $.toJSON
> confusing test. You are reloading page into itself.
Yes, what's wrong?
> Clicking on links keeps working so not sure how this demonstrates how live()
> not working
I'm using firefox 3 (not tested in other browsers). So try do the
following steps in firefox:
1. Open http://bestyle.org/jquery-li
> Can you give us an online sample of it?
Ok, I made a test-case: http://bestyle.org/jquery-live-test/
This is small html page, generated in php. Source code in
http://bestyle.org/jquery-live-test/index.txt
When you first time clicking the link, it will reload content via
ajax. Second click is not
On Tue, Jun 30, 2009 at 10:36 AM, Anton wrote:
>
> > Mean Mike, I did wrote you answer but it was not posted for some
> > reason.
> > That selector means that it will select all with no onclick
> > attribute associated.
> > So I try to 'ajaxify' all link
Mean Mike, I did wrote you answer but it was not posted for some
reason.
That selector means that it will select all with no onclick
attribute associated.
So I try to 'ajaxify' all links on a page with my own handler. This
handler will load page via $.ajax, extract part of it by specified id
and
I found the bug ticket with similar problem: http://dev.jquery.com/ticket/4762,
but it was closed as invalid. The problem still exists for me.
I have the following live event:
$("a:not([onclick])").live('click', ajaxLinkHandler);
It's not applying to content loaded via $.ajax(...).responseXML wh
I have been asked to build this slide up and down functionality on
http://iuvodesign.com/ landing page. If you go to the address
underneath the large image you will see Recent and Selected works. It
seems to be working fine in all browsers, but IE displays the contents
as soon as I click on the he
You should be attaching your click bind to the anchor element not the
list element, since thats whats going to be firing the event.
On Oct 30, 1:18 pm, Info <[EMAIL PROTECTED]> wrote:
> Hello All,
> I have a CSS list that I use as my navigation. Each LI has a
> background image as the base and a
I too can't keep focus on the autocomplete field after hitting the tab
key in Firefox (Safari works fine - it stays in the field). I'm
running the latest version (1.0.2) as well. Let me know if there's
some way I can help bugtracking this.
cheers,
/Anton
On 18 Juni, 22:15, C
Hi Zlocho,
Couldn't you do something like $("input[name^='quantity']") here? They
seem to share the same name.
cheers,
/Anton
On 17 Apr, 18:30, Zlochko <[EMAIL PROTECTED]> wrote:
> Hallo everyone. My name is Gjoko Pargo. I am a new member of this
> grou
Hi,
I'm talking about
http://interface.eyecon.ro/demos/slider_minmax.html
I'm trying to create a more usable version of the slider:
The slider gets information about price from my script, so I need to
pass two numbers (e.g. $20 -500 - it means that indicators should take
there positions approx i
ry if this was mentioned earlier or in the documentation somewhere,
I just thought I'd let you know my story.
cheers again,
/Anton
Why is this? Is the script checking
for position:relative (of which I have many) and resetting this to
static? If so, is this avoidable somehow?
cheers,
/Anton
> Anton - As per your request, the buttons will be assigned a class called
> "disabled" when the carousel is in the first or last element respectively.
> This is applicable to non-circular carousels only.
Great, although that's not what I meant :) However, I solved my iss
uld
be solved somehow..
PS. I noticed in Firebug that the two example pages differ from each
other in that body gets style="position:static" when hovering, is that
relevant to the problem? Maybe it treats the DOM as "fresh", thus
reloading the Flash? Just a long shot..
Thanks in advance,
/Anton
Love it! But...
> <<
> >>
Is there any way you could determine if the number of items equals the
setting in "visible"? I'd like to hide these buttons if I'm already
viewing all of the items.
cheers,
/Anton
23 matches
Mail list logo