The problem with using the shortcut methods for new people is that it does
not give you any error feedback. I would suggest that you use the $.ajax
method till you get used to the process, it will allow you to set for
errors.
But in the mean time, put the below before you getJSON method:
$("#ms
REMOVE
Hi all.
Meanwhile I can do everything with jQuery I want to do, but one thing
I just can't get working and it would be awesome if someone could give
me a close to solution like hint, because I tried a lot now.
The google maps api has those info windows that open when you click a
button. Looks so
A simple work around is to append a character to the id to keep them
unique. But also, store the ID in the parent TR.
e.g.
Bob Smith
link 1
Then you can get the id with
$('div.1-Jan-2008').click(function() {
var id = $(this).parent().parent().attr('id).substr(1);
alert("do something wit
to isolate the problem, make your script dump out something like:
{"a": "hello"}
are you sure it's not a 404? is jquery being found? It could be lots
of things...
if you haven't already, install firebug (and use firefox). It will
save you a lot of frustration.
On Jan 18, 6:13 pm, gms <[EMAIL P
Hi,
I'm using the Validation plugin (http://bassistance.de/jquery-plugins/
jquery-plugin-validation/) but I'm having a little problem that's
making me crazy. I've searched a lot and I've read the documentation
over and over but I don't know how to do this.
I've setup the plugin correctly with my
Hope this is an OK place to post this message...
We're a new startup building an exciting web application that will
change people's relationship with their city, their friends and the
way they see them both.
We are currently looking for a jQuery master for immediate short term
contract work (tha
I have a case that is going to prove to be processor intensive, so am
looking for suggestions on how to make the code as responsive as
possible. In addition, I'm a little stumped on how to resolve a problem
with my IDs.
I have a page that will list hundreds of people (I'm ignoring paging for
Hello,
I am new to JQuery. I'm trying to get a JSON response back from my
django view. However, I guess my data never gets loaded
successfully. Does anybody know what I'm doing wrong?
$(document).ready(function(){
$("#first").click(function(){
$.getJSON("/mysite/myajax", function(data)
The answer is here:
http://groups.google.com/group/jquery-en/browse_thread/thread/e66ec974ed2c57e3/dae2b489f7aa986d
Hi,
thats brilliant! much better than the effort i came up with haha,
thanks so much:-)
Okay, I will take a look, but I am some what determined.
So I can do this to replace my first thing:
$('#groups').append(
'Loading...' +
'Loading...' +
'' +
'' +
' ',
);
That
Very cool. I ended up checking out your blog site as well.
A suggestion:
Wherever you display code in your articles, it appears to be only a few lines
of scrollable text (iframe?).
I want to check out the rest of your site but its hard to look at code this
way :(
Looking for
You might find this useful for serializing your data and working with
the dynamically created forms:
http://www.malsup.com/jquery/form/#fields
- Jack
fluffless wrote:
Hello!
I'm new to jquery (and actually, js); I'm using it to cover some
customer's needs and I'm finding it pretty much str
Here is a link. I have changed the code around a bit since I first
posted, but mainly to remove the global $( declarations.
http://www.cheesymovienight.com/test/slideshow/slide.php
Clicking the play button at the bottom will start the slideshow and
fire the alert messages that I was talking abo
I like the concept. There are other beginner resources, but
approaching jQuery from a designer's perspective is a great idea. We
need to get more designers onboard. jQuery rocks for the nuts and
bolts sort of programming but, unfortunately, it's still catching up
on the UI stuff.
You do have a ty
I'm not sure if my last reply went through.
Here is a link to the file:
http://www.cheesymovienight.com/test/slideshow/slide.php
Clicking on the Play button at the bottom will start the slideshow.
An alert "Play" is shown when the play function is called. An alert
"Set" is shown when the callbac
I've seen this issue a few times myself.
Normally this happens to me because of the way I am calling the event,
and loading it in multiple times.
It would be REALLY helpful if you would post your code here. So we can
take a look and let you know what might be triggering the multiple
clicks.
for
I was trying to find the best way to get the first child element in
jQuery. Seems like these all work...
$('#parent').children(":first")
$('#parent').children(":first-child")
$( $('#parent').children()[0] )
$('#parent').find(":first")
$('#parent').find(":nth-child(1)")
There are all a bit ug
I like the idea.
I think you are hitting a focus group that once exposed to jQuery would
really take to it.
Those peers that I have exposed jQuery to, especially those that know
and understand CSS Selectors, get excited about it.
Also, to me, I prefer simplistic clean layout for a blog, especia
Have you got a working link you can point us to? It's a little easier
to debug when you've got working demo.
Cheers.
Yeah, sometimes it's so much simplier than one makes it out to be :-)
Simply starting a wrapping as display: none and then using the
".show()" jQuery method on the line after the ".tabs()" call did the
trick :-)
If there's one thing i am really good at is over-complicating things,
heh heh
Hello everyone!
How can i stop an animation of 1 css rule without touching everything
other?
For example:
$('div').animate({width:'+=300'}, 'slow');
$('div').animate({opacity:'hide'}, 'slow');
$('button').click(function(){
$('div').stop('width').animate({width:'-=300'}, 'slow');
});
And mayb
Hi all,
I recently started a new project called jQuery for Designers (http://
jqueryfordesigners.com) aimed, obviously at designers, but also subtly
at jQuery beginners. It's a fortnightly tutorial aimed at different
areas of web niftyness that can be done using jQuery.
I guess the irony is the
Thanks for the rapid reply, Joel.
I'm sorry, I did finally get it solved, but hadn't had a chance to get
back to this discussion board to say that. (Classes just started here
at Wake Forest University, so there was a sudden spike in my workload
this week.)
It actually turned out to be a fairly si
Glen Lipka wrote on 1/17/2008 8:12 PM:
I need to find a commercial company that provides a Reverse IP Lookup as a
web service.
So I would pass: 63.82.2.35 and it would spit back ideally: Marketo,
Address, City, State, Zip etc.
While an IP can give you a clue as to where the user is located,
More information can be found here:
http://docs.jquery.com/Internals/jQuery.data
Hope this helps.
--John
On Jan 18, 2008 11:45 AM, Adam Walters <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I'm looking through and tracking the code for a jQuery autocomplete
> plugin (found here: http://reinh.com/20
Hello,
I'm looking through and tracking the code for a jQuery autocomplete
plugin (found here: http://reinh.com/2008/1/7/new-jquery-autocomplete-plugin
)
I'm trying to get my JSON data to appear properly, and getting close,
however, i keep coming across $.data...for example:
$.data(document.bod
I'm trying to create a simple image slideshow that is timed based on
when the image is loaded. I'm having a problem when using callback
functions and setTimeout. The callback function seems to append each
time the function is called. I was wondering how to resolve this
problem
Order of events:
hi,
i am a newbie to jQuery development. i have .click method on a class.
but it calls twice. i have also used return false; and
e.stopPropagation();
both are not working. i have properly check the whole document and
there is only one occurance of the class.
i have used the same code on simple htm
can I email you a username and password?
- Original Message -
From: "Mika Tuupola" <[EMAIL PROTECTED]>
To:
Sent: Friday, January 18, 2008 7:55 AM
Subject: [jQuery] Re: jeditable question
On Jan 18, 2008, at 1:03 PM, Lionel Martelly wrote:
> Does anyone know why French accents will
Hi there,
I would like to use this sort of dropdown : http://artdstract.home.pl/mav/ms/
(but with jquery).
Anyone knows if a plugin exists to do that ? Couldn't find it in
plugins section !
Thank you :)
My jquery.js does say this at this top so I take it its the latest
(function(){
/*
* jQuery 1.2.1 - New Wave Javascript
Mike Alsup <[EMAIL PROTECTED]> wrote:
> Trust me I've tried everything.
Are you using an older version of jQuery then?
no prob.. you've made a great menu... thank YOU sir
On Jan 17, 6:03 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote:
> Hi Brian,
>
> Thanks so much for pointing that out. The horizontal menus were indeed
> not working and throwing an error. I have fixed it now. Please let me
> know if you still experi
StrikeIron.com has a free webservice search service (under
products|utilities, you must register to access) that has a service listed
which might meet your needs.
--
Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
htt
Updating jQuery to 1.2 gives you all the values, as you can see here:
http://docs.jquery.com/Attributes/val
else you can use a plugin
http://www.malsup.com/jquery/form/#fields
pay attention for the result, it might be an array. i haven't checked
that yet.
Good luck
Duncan ha scritto:
> All,
>
>
Thanks for your comments. I've just cracked it (I think). I was getting
the drop event ok but couldn't work out how to move the dragged div. It
was just sitting where I'd dropped it.
The secret is to use a cloned helper with $('.drag').draggable({helper:
'clone'}); and then move the original d
Yes, you're right. Thanks for your help.
I plan to move over to the newer UI as soon as I can work out how to
build a portlet style sortable thing. I need a contaner/accepts style
approach.
Regards,
Steve
On Jan 18, 1:14 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote:
> By the error you've de
Not sure what jsquery.org is. Are you looking for jquery.com?
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jan 18, 2008, at 4:03 AM, Johny wrote:
I fail to open http://www.jsquery.org/. Is there a new home site?
Thanks
L.
How did you set up your droppable?
A simple mistake to make is to not realise that the 'accept' parameter
has to be a CSS selector.
E.g.
$('#myexhibitionsouter').droppable(
{
accept: '.draggable',
activeClass: 'dropactive',
hoverClass: '
Hello!
I'm new to jquery (and actually, js); I'm using it to cover some
customer's needs and I'm finding it pretty much straightforward
however I have a problem that I can solve by looking at docs.jquery or
at other tutorial/examples.
I'm basically using jquery to $.post stuff to a .php script.
Try $("li", this) - it says "look in the context of this for all li
elements."
-- Josh
- Original Message -
From: "Philboi" <[EMAIL PROTECTED]>
To: "jQuery (English)"
Sent: Thursday, January 17, 2008 9:37 PM
Subject: [jQuery] Selectors with this keyword
Hi Guys,
What im after
>i have 3 textboxes under . i would like to validate
>the Textbox ie textbox is empty.
>
>i have done validation for each individual textbox by using their
>id,but i need coding for validate the TextBox using div id ie mydiv.
The following selector would return all the textboxes inside the mydiv
Hi, I have fixed this.
niceforms.js: (~ line 482)
jQuery(txtRight)
.attr({src:jQuery.NiceJForms.options.imagesPath + "input_right.gif"})
/*
6epcepk's hack
[nice forms + ]
set right image id
*/
.attr({id:"n-f-r-i-" +
How about an animated gif? :-)
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jan 18, 2008, at 12:04 AM, withinreach wrote:
But not the mouse hover meaning. More like levitation (grin) - think
UFO 'hovering' over a house...
Or more specifically, a s
> Trust me I've tried everything.
Are you using an older version of jQuery then?
Trust me I've tried everything.
${#myform").submit()
And
$("#myform")[0].submit();
I ended up putting a hidden type=submit button on page and triggering a
click on it.
--
Gautam Lad
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Al
I'm wondering if anyone would be kind enough to help me with draggable
and droppable. I'm relatively inexperienced in jquery and css.
What I want to do is show a list of draggable blocks (referring to the
column headings in a CSV file) and to be able to sort them into a set of
boxes (fields in
Sorry guys i found the problem.
I had two jQuery includes : 1.2.2 and 1.1.3 inside the page :s
Removing the 1.1.3 include solved the problem (i guess this is the
explanation of the different behaviours i had between FF and IE).
> function dosubmit() {
> $("myform").submit();
> }
Your selector is wrong (forgot the #):
function dosubmit() {
$("#myform").submit();
}
By the error you've described, it sounds like you're trying to use Interface
with the latest major version of jQuery (1.2). The last version of jQuery
with which Interface works is 1.1.4. If you haven't already, you might take
a look at the jQuery UI project which is intended to replace Interface,
On Jan 18, 2008, at 1:03 PM, Lionel Martelly wrote:
Does anyone know why French accents will return "accènt"? Also if I
try to reedit and save, without doing anything, it will multiply
itself, over and over to the extent that a 3 letters word will
strech full page width after 3 or four c
try
if ($('.mydiv').val()) {
// has values
} else {
// don't has values
}
Feijó
--
From: <[EMAIL PROTECTED]>
Sent: Friday, January 18, 2008 3:24 AM
To: "jQuery (English)"
Subject: [jQuery] How to validate form controls
Hi,
i have 3 te
I fail to open http://www.jsquery.org/. Is there a new home site?
Thanks
L.
Easiest way might be to purchase an IP lookup database and did it
yourself.
On Jan 18, 4:22 pm, timothytoe <[EMAIL PROTECTED]> wrote:
> It's reasonably easy to get it down to a zipcode. But beyond that I
> don't think it's possible. IPs are way too dynamic.
>
> --tt
>
> On Jan 17, 6:12 pm, "Gle
Hi,
i have 3 textboxes under . i would like to validate
the Textbox ie textbox is empty.
i have done validation for each individual textbox by using their
id,but i need coding for validate the TextBox using div id ie mydiv.
Waiting for your favourable reply,
karthik d.s
Hi Guys,
What im after is using selectors with the 'this' keyword. I imagine
this is a fairly common example, but I cant seem to get the syntax
right. Example:
$("ul:has(li)") except i want to use something like: $(this:has(li))
Thanks
Hello,
I have been using jeditable just fine, until I tried with French accents.
Does anyone know why French accents will return "accènt"? Also if I try to
reedit and save, without doing anything, it will multiply itself, over and over
to the extent that a 3 letters word will strech full page
Hi all,
I just upgraded from an old Interface version (I don't know what it
was, but I downloaded it from the jQuery documentation website a few
weeks ago) to the latest release, v1.2. Now my sortable list has
stopped working properly.
Each of the portlets will now only drag once. The first drag
Why won't the code below submit the form?
I want to submit the page using links, buttons, etc.
Is this even possible?
---
function dosubmit() {
$("myform").submit();
}
--
View this message in context:
http://www.nabble.com/Submit-a-f
I agree George,
that is FULL compatible with my approach:
* is equivalent to the container (div)
o each one is equivalent to a "header" (dt, div, h, ...:
convert them to DIV behavior)
o each one is equivalent to a "body" (dd, div, p, etc...:
convert
tiz a thing of beauty. Thanks a lot Hamish, much appreciated.
I have one more nice-to-have. I have added code to make a draggable marker,
and what I really want is to have the marker return its lat and lng on drop.
I can see in the gmaps docs that addListener is the way to go, but I dont
know ho
62 matches
Mail list logo