Ofcourse not dude..
i am in search of a autocomplete that should be similar to the given link:
http://www.hscripts.com/scripts/JavaScript/autocomplete-form.php?text=arrangement
in preview,if you type "j" the list will be java/junction.if you keydown to
any one of the option,the highlighted will b
Jonathan Vanherpe (T & T NV) wrote:
Is there some better way than change() to check if an input field's
content has changed?
As you all probably know, change() only fires when you remove the focus
from the input field, but I want to trigger an event every time the
content of an input field
good idea,but difficult.
2009/7/10 Jonathan Vanherpe (T & T NV)
>
> Is there some better way than change() to check if an input field's content
> has changed?
>
> As you all probably know, change() only fires when you remove the focus
> from the input field, but I want to trigger an event every
Is there some better way than change() to check if an input field's
content has changed?
As you all probably know, change() only fires when you remove the focus
from the input field, but I want to trigger an event every time the
content of an input field changes either by typing something, u
I suggest that if you do need to do it that, something like this would
work:
User clicks on AJAX call button/link
Request is sent to server
If logged in, send valid response
Do what you have to do. END
If not logged in, send a response code back that user is not
loggged in
Looks like a bug. Could you please file this here:
http://dev.jqueryui.com/newticket (note: requires registration)
Also note, there's a separate list for help with jQuery UI[*] plugins:
http://groups.google.com/group/jquery-ui
Thanks.
- Richard
[*] http://rdworth.org/blog/2008/10/jquery-plugi
may be you can provide a link to login page instead of the actual textboxes
for login(on those pages).
Hi,
I had the same problem lately and I found a solution, all I did was
increase the z index for the menu. An element with greater stack
order is always in front of an element with a lower stack order. So
the z-index for my menu is . I hope this will help you with
the sites problem
Reg
I've just been scouring the net looking for a javascript public key
encryption library and can't find a single one! Not even a poorly
maintained old version of something... Extremely surprising. I don't
have time to learn and implement a public key system from scratch. I
guess I have no choice
Or you can use the attribute selector for brevity:
jQuery("[id='" + actual element id + "']")
which will return the same element. Hope that helps.
On Jul 9, 6:10 pm, KeeganWatkins wrote:
> Ralph is correct, as jQuery uses the colon as a prefix for selector
> filters like :hidden and :last. T
I need these ajax login boxes on many pages, pages that should be
unencrypted and available for search engines to crawl.
On Jul 9, 3:58 pm, James wrote:
> Why not make your calling page https also?
>
> On Jul 9, 12:02 pm, Scott wrote:
>
>
>
> > hmm... that sucks... This is for allowing my memb
Ralph is correct, as jQuery uses the colon as a prefix for selector
filters like :hidden and :last. To fix, you can just pass in the raw
node like this:
jQuery(document.getElementById( actual element ID))
which will return the wrapped set. Cheers.
On Jul 8, 3:47 pm, Ralph Whitbeck wrote:
> I
Anybody?
Why not make your calling page https also?
On Jul 9, 12:02 pm, Scott wrote:
> hmm... that sucks... This is for allowing my members to enter
> credentials and it's important to be able to allow this on an http
> page. What's the best way to accomplish this? Don't other sites
> allow javascript
>I did not know about eq and I don't have all fing day to figure this
http://docs.jquery.com/Core/index
http://docs.jquery.com/Traversing/eq
Most everything you will need is in the docs. It's worth spending some
time studying them.
On Jul 9, 11:52 am, expresso wrote:
> I did not know about eq
Easier said than done to write a control like this from scratch.
On Jul 8, 4:49 pm, Ricardo wrote:
> I'd love to see what the author thinks of your comments ;)
>
> From what I can see, you'd be much better off writing your own
> carousel from scratch, and learning the basics as you go with it.
>
hmm... that sucks... This is for allowing my members to enter
credentials and it's important to be able to allow this on an http
page. What's the best way to accomplish this? Don't other sites
allow javascript logins in http pages where the credentials are not
sent in cleartext?
Is there a gre
It's too bad we didn't kick your ass in soccer the past couple weeks
ago. Now I wish we really had!
Brazil is overrated in soccer.
On Jul 9, 4:40 pm, expresso wrote:
> This is exactly the kind of shit I'm talking about and I am cocky?
> unreal.
>
> On Jul 9, 4:37 pm, expresso wrote:
>
> > Has
This is exactly the kind of shit I'm talking about and I am cocky?
unreal.
On Jul 9, 4:37 pm, expresso wrote:
> Has nothing to do with me not being good enough and you have no idea
> on the scope of my project. I can't believe you actually replied like
> that and honestly coming here to tell me
Has nothing to do with me not being good enough and you have no idea
on the scope of my project. I can't believe you actually replied like
that and honestly coming here to tell me you're serious. But to state
something like that and to butt in like this is unbelievable. Do you
do this to people
It's not meant to be derogatory, no. I've said that many times, it's a
fact isn't it? Sorry if it came out as rude. I could name dozens of
better programmers than I am, and I'm not pissed off by that!
On Jul 9, 6:06 pm, expresso wrote:
> >>>Or just save your sleep time and hire someone with more
Code --->>
function test(){
$("#main").load("compare.do");
}
Start
Test
Ricardo, I have a feeling some put you up to this to piss me off
again :) Nice work.
On Jul 9, 4:06 pm, expresso wrote:
> >>>Or just save your sleep time and hire someone with more experience to
>
> do this for you :]
>
> can I ask you if that was a derogatory statement? Seems like it to
> me.
I was wondering how noone had noticed it. I know that application/
javascript, which should be the current standard, does not work in IE.
application/x-javascript probably doesn't as well.
On a side note, you're wasting function calls, as you're already using
native element creation set the .id a
Ricardo, I have a feeling some put you up to this to piss me off
again :) Nice work.
On Jul 9, 4:06 pm, expresso wrote:
> >>>Or just save your sleep time and hire someone with more experience to
>
> do this for you :]
>
> can I ask you if that was a derogatory statement? Seems like it to
> me.
Hi all
I want to load some url without refreshing the page in my project.
I am using jquery for it. It is working but just once.
When I cliked it twice its not working.
code is like that
function test(){
$("#main").load("compare.do");
}
Test
in jquery
>>>Or just save your sleep time and hire someone with more experience to
do this for you :]
can I ask you if that was a derogatory statement? Seems like it to
me.
On Jul 9, 3:34 pm, Ricardo wrote:
> "expresso" (we don't know your name), if you're still in need of help,
> why not post an overvi
Why is the type attribute of the script tag set to
"application/x-javascript"
rather than
"text/javascript"
?
on 09/07/2009 21:40 Paulodemoc said::
the address to js is correct, it opens just fine.
I created a new document:
http://www.w3.org/1999/xhtml";>
Astral
alert($);
and
the address to js is correct, it opens just fine.
I created a new document:
http://www.w3.org/1999/xhtml";>
Astral
alert($);
and it also showed the error message saying that $ is not defined.
but on firefox, it showed:
function (selector, context) {
return new (jQuery.fn.init)(s
"expresso" (we don't know your name), if you're still in need of help,
why not post an overview of what you need? You've posted several
pieces of your puzzle but no one can guess the overall structure
you're trying to code. Like "I need a carousel that expands when
blablabla and loads blablabla fr
So now enter this in IE's address bar:
http://servidor/astral/web/js/jquery.js
Does it load?
If yes, then create this document:
http://servidor/astral/web/js/
jquery.js" type="application/x-javascript" >
alert($);
What does it alert?
Make sure IE's settings are such that errors will
The generated code is
http://servidor/astral/web/js/
jquery.js" type="application/x-javascript" >
I tryied to add the
alert('jQuery not loaded');
but no alert was shown
But still, the error persists...
I will paste here the full code, so you guys can see:
http://www.w3.org/
TR/xhtml11/DTD
On Jul 9, 3:14 pm, Paulodemoc wrote:
> Hello all... i have correctly included all scripts, and I am using
> jQuery 1.3.2
> i have included the script like that:
>
View the source of the generated page, find the url in the
tag, and enter it in manually to see if jQuery loads.
Your script url ma
Hello all... i have correctly included all scripts, and I am using
jQuery 1.3.2
i have included the script like that:
and the code that's causing the error is between simple ... tags.
I think using $(function() instead won't work, because what's
causing the error is the $ part...
I tryied it
Well i did some testing and figured it out - sort of, anyway. I
renamed the jquery file that cms adds when user has logged in and
voila... everything started working again. So i guess its a matter of
that new jquery file.
I guess there is no solution to this problem anyway, since i cannot
just d
On Jul 9, 2:55 pm, expresso wrote:
> Also, do you really have
Is it possible that this is a bug in jQuery? From everything I've
read, this same problem existed in earlier versions of jQuery, those
less than 1.3. However, it persists in IE 6, 7, and 8, even using
jQuery 1.3.2.
I'll PayPal someone $20 if they can solve the issue and provide an
explanation det
Hi Scott,
unfortunately (or fortunately depending on your POV), same domain policy
applies to the whole domain, including protocol.
http://www.mysite.com making a request to https://www.mysite.com is not
valid
cheers
Michael Lawson
Development Lead, Global Solutions, ibm.com
Phone: 1-276-206-
I'm successfully able to make jQuery $.get ajax calls, everything
works great. But some ajax calls pass credentials, so I need those
calls to be secure. I simply try $.get("https://localhost/ajax.xml";,
etc...); instead of http. But now it's not working, instead of an
http get call, I see in fi
Also, do you really have in there like you are showing? Or
do you actually have