Re: [jQuery] [ ajax jQuery]

2009-11-04 Thread Lord Gustavo Miguel Angel
luna", success: function(datos){ alert(datos); } }); }); script run!. before not. -- From: "brian" Sent: Wednesday, Nov

Re: [jQuery] [ ajax jQuery]

2009-11-04 Thread brian
Normally, one would direct an AJAX request to some server-side script (eg. PHP, Python, Perl, etc.) not a plain HTML page. On Wed, Nov 4, 2009 at 8:55 PM, Lord Gustavo Miguel Angel wrote: > Hi, > Why this code not is ok? > > -8<--- > $(document).ready(function(){ > $(".but

[jQuery] [ ajax jQuery]

2009-11-04 Thread Lord Gustavo Miguel Angel
Hi, Why this code not is ok? -8<--- $(document).ready(function(){ $(".button").click(function(){ $.ajax({ url: "ejemplo.html", success: function(datos){ alert(datos); }

[jQuery] Ajax Jquery PHP Echo Ampersands HTML Anchor Tag Issues

2008-04-25 Thread jockey_jockey
Hello, I am trying to echo fragment of HTML from a PHP page. The code goes as follows: The URLs that are being generated is a part of a custom framework that we use. So the main.php?page=config_detail means that I go to main.php which redirects me to a page called config_detail.php. Code that h

[jQuery] ajax/jquery

2008-03-06 Thread raj-gorsia
Hey guys, Basically, i just wanted some advise on a project that i am working on for a big client of mine. Ive got a folder full of notes regards to accessibilty and how to make the website fully compliant. The problem is, that we decided to use ajax/jQuery to provide alot of the functionality on

[jQuery] ajax/jquery architectural question

2007-11-30 Thread spherop
i am loving jquery and the foray into a very ajax centric development approach. i am stuck though on a key architectural question. my app loads different aspects of the ui separately into divs ... and swaps out div content according to ui actions. very responsive and elegant from user standpoi