|
I'm implementing a AJAX autocomplete/autosuggest feature, and not only do I want to do the usual show suggestions that are similar to what the user typed, but I'd like to let the user do partial completions to save typing.
So, imagine my dictionary has...
Started by Alex Black on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
$('input.autotab').bind('tab Manipulation CSS Events Effects Ajax Utilities".split(" "); $("#example").autocomplete(data); }); <.
Or a xhr request, (ajax), then set that input's value as the returned data.
|
|
Hey everyone, I'm working on a widget for Apple's Dashboard and I've run into a problem while trying to get data from my server using jquery's ajax function. Here's my javascript code:
$.getJSON("http://example.com/getData.php?act=data",function(json)...
Started by Steve on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Cross-domain Ajax requests....
Http://docs.jquery.com/Ajax/jQuery.getJSON
http://bob.pythonmac.org just to be safe.
As far as I know to do x-domain ajax requests you need to use the jsonp dataType.
Interesting that it works in Safari.
|
|
Hey all, I'm looking at building an ajax-heavy site, and I'm trying to spend some time upfront thinking through the architecture.
I'm using Code Igniter and jquery. My initial thought process was to figure out how to replicate MVC on the javascript side...
Started by thekevinscott on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
More to your question, The AJAX calls and object you will ever do with JavaScript:
Respond to an event....
Comes free with apple's developer tools, (which are free with the purchase of any mac has a steeper learning curve than JQuery though.
|
Ask your Facebook Friends
|
I'm having a lot of trouble finding specific information and examples on this. I've got a number of jQuery UI dialogs in my application attached to divs that are loaded with .ajax() calls. They all use the same setup call:
$(".mydialog").dialog({ autoOpen...
Started by womp on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not making AJAX calls="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"><.
Of the browser window but it works sweet here, tested in FF3.6, Chrome and IE8 .
|
|
If javascript modifies DOM in page A, user navigates to page B and then hits back button to get back to the page A. All modifications to DOM of page A are lost and user is presented with version that was originally retrieved from the server.
It works ...
Started by lubos hasko on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Check out the Really Simple History project apple's HTTP headers, it's simply ....
Facebook remembers page state by modifying the hash identifier in the URL for ajax requests in a web application that relies on Ajax and DOM updates.
|
|
Some common pitfalls I should keep in mind?
Started by Marc on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Apple has a developer center for web developers , but I didn't find anything too useful there.
|
|
Wil van deze kant alle Ajax supporters feliciteren . Ook diegene die aandelen Ajax hebben . Volgens mij heeft het aandeel al lang niet zo hoog gestaan ( misschien nog nooit ?!) . Nu maar hopen dat ze het in Europa ook goed gaan doen . Succes AJAX
Started by mark-dijk on
, 46 posts
by 13 people.
Answer Snippets (Read the full thread at dft):
Ajax....
Ook Eindhovenaren zouden als Nederlander trots moeten zijn op Ajax, de ploeg Haag of FC Utrecht.
Maak de borstjes persoonlijke PSV-frustraties.
Van Milf, dit vraagt om gepikeerde reacties.
Toe maar, Mevr.
Een rasechte Ajax-fan.
|
|
Apple on Thursday will unveil a new digital textbook project internally code-named "Bliss" that was inspired by Al Gore's "Our Choice" iOS e-book, AppleInsider has learned.
The details come from a tip sent earlier in the week by an anonymous source. AppleInsider...
Started by AppleInsider on
, 40 posts
by 26 people.
Answer Snippets (Read the full thread at appleinsider):
And no politics on AI OK! Whatever Apple can do to make the e-book / e-magazine of programmers and given back to authors, artists and designers.
If Al's name is mentioned.
|
|
On Sun, 18 Jan 2009 15:13:56 +0100, Jörg Barres <info@traicon.net
Hallo Newsgroup,
ich arbeite relativ viel mit Datenbanken (PHP und mysql) und würde mich
gerne mal in Ajax einarbeiten.
Welches Framework bietet denn da einen verständlichen Einstieg...
Started by Jörg Barres on
, 44 posts
by 12 people.
Answer Snippets (Read the full thread at omgili):
Brauchbare Dokumentation und Erklärungen für einen Einstieg ....
Allenfalls lernen, wie man ein
("Ajax"-)Framework macht (oder, angesichts des Müllanteils da draussen,
eher nicht macht); aber _nicht_, wie "Ajax" grundsätzlich funktioniert.
|
|
On Tue, 13 Jan 2009 17:09:14 -0500, "Bruce A. Julseth" <julebj_nospam@bellsouth.net
I have the following code snippet:
function LoadLists() {
makerequest('SelectMonth.htm','Mo');
makerequest('SelectDay.htm','Da');
makerequest('SelectYear.htm...
Started by Bruce A. Julseth on
, 30 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
AJAX seems....
I was
expecting to use AJAX solve every problem but one.
I don't know how to do that.
It's right out of the book, "Beginning Ajax
with the days in the month selected.
Change anything? Here is
the makerequest function.
|