Search Results

0
votes

Django, jQuery, XMLHttpResponse error

This is not a direct answer to your question, but have you looked at the jQuery taconite plugin? It makes most AJAXy stuff trivial to do. More on …
0
votes

Set default value for Search field - Please Help!

Here's a snippet I use to do this. There may be simpler ways, but this works. Any item with class .cleardefault will have it's value cleared on first mouseover. Any item with class .setcleardefault …
1
vote

How to use JQuery and Django (ajax + HttpResponse)?

Rather than do all this messy, low-level ajax and JSON stuff, consider using the taconite plugin for jQuery. You just make the call t …
0
votes

jquery timeago plugin and jquery corner plugin don’t work with dynamic content

Firefox and the Firebug plugin are your friends. Install, reload the page, and look at the errors on the console tab. …
1
vote

JQuery picture load

You're sort of reinventing the wheel ... for the 4,000,000th time, but it's a good exercise for learning jQuery. For debugging javascript on a web page nothing beats Firefox + Firebug plugi …
0
votes

jquery png fix on hidden div and jquerybrowser question

Alternatively, you could use IE PNG Fix and just use PNG for all browsers. It still requires JS, but it can be useful. …
-1
votes

Jquery tabs reload content on button click

Two things: Firefox + Firebug plugin are your friends. Use them. Look for an onClick routine that is not doing a return false; By saying return 'f …