Hi guys,
Currently I'm using this version of autocomplete plugin
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ for
some of my php files.
I found an issue with the autocomplete dropdown that it showed all the
html tags as results instead of the data from the database. Something
Change
var validator = $("#surveyForm").validate({
to
var validator = $("form").validate({
or
to
Good luck.
On Oct 28, 7:54 am, Collectonian wrote:
> I'm trying to implement Validate on a survey form that has just a few
> basic requiremen
Replying to my own thread here. I figured out the issue.
I was using this in a Wordpress installation and the issue was with
wp_head() loading jquery.js after my jQuery code. This rendered
everything useless until I put the code block under the wp_head() call
and all worked fine.
Thanks to the a
Got anything more to go on? link to live example? something,
anything, more than "doesn't work"?
Is it any browser?
On Oct 27, 8:24 pm, Indraneel wrote:
> I am trying to block the whole page, but blockUI is not working with
> my layout (like the simple layout in demo).
> - Regards,
> Indranee
Read this documentation page on try to achieve what you want:
http://docs.jquery.com/Plugins/Validation/Methods/remote
On Oct 27, 1:08 pm, Ryan wrote:
> I have seriously been fighting this issue for hours. I would
> appreciate some advice when someone gets a chance.
>
> I am wanting to check my
I am trying to block the whole page, but blockUI is not working with
my layout (like the simple layout in demo).
- Regards,
Indraneel
No presently, was just using as possiable examples. The table I
am working with now contains either numerical digits or text within a
. the numbers sort perfectly, but the columns with the
links seem to order based and the link and not the data itself in the
cell. What I wrote above is exactly l
I have seriously been fighting this issue for hours. I would
appreciate some advice when someone gets a chance.
I am wanting to check my database to determine if this user already
exists. I thought I could just add the method to the validation.
Evidently I'm doing something wrong. Here is the
if your ID's are only numbered for the sake of trying to match your
link to toggle_effect is worth learning about indexing which is
extremely useful for 1:1 matching. The allows you to apply class
instead of ID to elements
assume changing ID's to classes named toggle-effect_button and
toggle_
wrap 2 columns in one container and only move the one
container...requires some css modifications no matter what you do
paparazzy wrote:
hi,
I´m building a jCarousel following the tuturials and the example that
you´ve post in http://sorgalla.com.
I want to build a Vertical carousel but wit
superfish shows and hides UL's and doesn't interact with their children
like you are saying. The exact same markup in YUI example bellow works
perfectly well...no hacks needed
Florent V. wrote:
Thanks for this example.
there's no doubt in my mind that YUI team hasn't proc
Would you mind posting this question to the jquery-ui google group if
you haven't done so already? That group is dedicated to questions such
as yours that are specifically related to jQuery UI.
http://groups.google.com/group/jquery-ui/
Thanks!
--Karl
Karl Swedberg
www.englishru
Hi All,
Have tried to find an example of this, and played around a bit but got
no where.
I want to have 2 sortable lists (just like in the demo
http://jqueryui.com/demos/sortable/#connect-lists)
However I also want to be able to select multiple items and then drag
them all from one list to anot
Hi Gabe,
There seems to be some IE7 bugs with the 1.1 release of the
autocomplete plugin. I found that using the 1.1pre version as opposed
to 1.1 fixed the problems. There are links to that version here:
http://groups.google.com/group/jquery-en/browse_thread/thread/e18783799864e658/d366d7c3a68
I've noticed some strange behavior in IE7 for the bassistance
autocomplete plugin.
1. This bug can be seen on the demo page here:
Type something into the "Multiple Birds (remote)" field and select one
of the autocomplete choices. Type a couple more letters so the drop
down appears again. Hold
I have come across a real head-scratcher...
Using Superfish 1.4.8 w/SuperSubs to create a horizontal menu with
vertical dropdowns. Some of the dropdowns have flyouts).
The links on the dropdowns lead to various category pages. Each
category page is stored in a database, and uses a table for layou
I'm trying to implement Validate on a survey form that has just a few
basic requirements. I'm running jQuery 1.3.2 and Validate 1.5.5.
Whenever I try to run the code, however, I get an error that
"validator is undefined". I tried Googling and found only a few hits,
most saying the HTML was invalid
Thanks guys,
Nice to get such a quick reply. Thanks for the tips!
Martin
On Oct 27, 4:29 pm, Paul Mills wrote:
> Hi,
> If you just want to do a simple show/hide then you don't need to add a
> class. You can use jQuery hide() and toggle() functions.
> Like this:
>
> $('#tabs dd').hide();
> $('#
Did you ever find a solution to this? I'm having the same problem.
On Oct 22, 3:14 pm, Gabe wrote:
> I've been getting some buggy behavior with IE7 when using a new line
> character as the multipleSeparator. Here is my sample code:
>
> id="search_movies">
> $('#search_movies').autocomplete(
>
Yes.
// parent directory
$.post('../file.php');
// folder in parent directory
$.post('../dir/file.php');
// folder in grandparent directory
$.post('../../folder/file.php');
// child directory
$.post('child/file.php');
$.post('./child/file.php');
// base directory
$.post('/file.php');
// curr
Thanks for this example.
> there's no doubt in my mind that YUI team hasn't processed
> all the issues you bring up when making their determinations
> on structure
I don't know if they have. The YUI developers are very capable people,
but this does not totally guarantee that YUI is accessible or
Leonardo, I've been looking into the submitHandler option but i'm
having problems getting it to work correctly. Here is a sample of the
code i'm testing.
$("#signupForm").validate({
rules: {
fullname: "required",
company: "required",
phone:
Hi all,
In my application, i get a set of urls. the url basically contains an image.
How do i dynamically extract the image from that url and display on my page.
Thanks
Arun
If your tag that loads jQuery is immediately followed by another