@serpicolugnut: read my previous post!!!
Read jQuery HowTo Resource - http://jquery-howto.blogspot.com
On Fri, Jan 9, 2009 at 7:06 PM, serpicolugnut wrote:
>
>
> I've got a full width drop down menu setup, using jquery's toggle to
> show/hide the hidden divs when the user clicks on the one
Or if you have just one ul on your page, simply:
$('ul li').hover(
function () {
$(this).addClass("columnSelected");
},
function () {
$(this).removeClass("columnSelected");
}
);
You may find "jQuery HowTo" useful - http://jquery-howto.blogspot.com
On Fri, Jan 9, 2009 at 10:47 PM,
I would also suggest to use $load() function in this case. Since it
would make your code much readable.
$('aa.php #a', {a:123}, function(res){
// res is a responce content
});
Read jQuery HowTo Resource - http://jquery-howto.blogspot.com
On Fri, Jan 9, 2009 at 11:11 PM, dropcube wrote:
>
Eric gives you the jQuery way, basically the jQuery syntax.
I can't agree with Brian's idea. Loading original images in your
gallery is not the best thing, unless you know your target audience
has high speed internet or they are all in your local area network.
Although, Eric's code is jQuery way
Hello there,
There are no special means or specific incorporations of jQuery to
some framework nor to a programming languages. Tapestry is not an
exception. Use jQuery to do your front end work, use Tapestry to
generate html you need.
All you need is a java utility classes to convert your java o
Didn't we already have this message ???
jQuery HowTo Resource - http://jquery-howto.blogspot.com
On Sat, Jan 10, 2009 at 2:10 AM, Mike521 wrote:
>
> I'm helping someone set up thickbox to work on their yahoo store. It
> seems like Yahoo has a built-in click tracking system that is messing
>
You probably binding your validators to ALL input[type=submit] or to
some class (Ex: .submit)
If so give your selector a scope $('.submit-button',
document.forms[0]).bind()...
jQuery HowTo Resource - http://jquery-howto.blogspot.com
On Thu, Jan 8, 2009 at 9:31 PM, tawright915 wrote:
>
> Wh
Do you have a link or could you copy&paste html code snippet of your
image with the links...
jQuery HowTo Resource - http://jquery-howto.blogspot.com
On Sat, Jan 10, 2009 at 2:16 AM, MikeFCraft wrote:
>
> I'm helping someone set up thickbox to work on their yahoo store. It
> seems like Yaho
Yes, you can as many $(document).ready() functions...
Because you are not declaring but binding event to document object
with $().ready().
jQuery HowTo Resource - http://jquery-howto.blogspot.com
On Sat, Jan 10, 2009 at 5:31 AM, saiful.ha...@gmail.com
wrote:
>
> hi all,
>
> can we put doub
Yeap, the "not defined" errors mean jQuery is not loaded. So you
should load your jQuery first and then other js code that uses it.
jQuery HowTo Resource - http://jquery-howto.blogspot.com
On Sat, Jan 10, 2009 at 6:30 AM, donb wrote:
>
> Move the jquery.js link ahead of all the others (beca
I don't think there are other solutions but escape special characters
in your jquery selector names...
jQuery HowTo Resource - http://jquery-howto.blogspot.com
>
> if any one can point me to other solutions ...
Why don't you add "/" to your path and it will always work, wherever
you are, on the same lever, below or upper ...
jQuery HowTo Resource - http://jquery-howto.blogspot.com
On Sat, Jan 10, 2009 at 8:04 AM, Rick Faircloth
wrote:
>
> I've got login templates that use jQuery and the
> path req
but is there a way , that i can just run some javascript before any script
of that page runs , and run that script in the scope of that page which is
inside iframe
On Thu, Jan 8, 2009 at 10:12 AM, AbhishEk wrote:
> ok , thanks :)
>
>
> On Mon, Jan 5, 2009 at 10:34 PM, Ricardo Tomasi wrote:
>
>>
Sorry, I did misunderstand. I thought your intent was to create a
custom event. As for the hooking of functions, it seems like a bad
idea, in general. Everytime you go to remove an attribute now, jQuery
has to step through some additional code which it really shouldn't.
Why not just do something
Can you just use CSS to style the buttons?
button { color: #000 }
button[disabled=disabled] { color: #ccc }
Anyone using jWYSIWYG??
http://projects.bundleweb.com.ar/jWYSIWYG/
I dont have a problem getting it to convert a textarea to a WYSIWYG but it
doesnt take existing content as well as I have tried passing {html: 'test
1234'} and that does not seem to work either..
Thanks for that tip, Jack!
Rick
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf
Of Jack Killpatrick
Sent: Friday, January 09, 2009 10:19 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: How to force processing of ColdFusion code when using
.load
F
FWIW, I've never been able to get that to work, either (and I tried
quite a few times a while ago). In CF apps I use the http header
approach that's been mentioned already (because so far all the work has
been for web apps where that's fine and desired), but I also do
something like this for $.
I've got login templates that use jQuery and the
path required depends on the ColdFusion template
including the jQuery in the page.
For example:
tb_show("Login", "login/login_form.cfm?height=320&width=290&modal=true", false);
This code's path, "login/login_form.cfm", works when included
from a
I am having no luck with non-standard characters in class names, used
in a function
I am using this is a wonderful technique via Karl, that allows
children to inherit their parent td width.
$(document).ready(function() {
var cellWidth = {
searchUser: [80, 110, 145, 70, 100, 100, 236],
Move the jquery.js link ahead of all the others (because 'jQuery' is
NOT loaded when they call it) and fix the path on dropdown.js - it is
not loaded at all
On Jan 9, 8:06 pm, "oliver.pra...@googlemail.com"
wrote:
> Hi,
>
> Since there's been no answers I'm just checking in again.
>
> I opened t
No problem, Josh.
I appreciate the help.
It seems, however, that the command didn't work.
That may be because the content involved wasn't directly
involved in the ajax transaction, but was content being
manipulated as a result of a successful ajax transaction.
I really don't know...
Rick
> --
Hi,
Since there's been no answers I'm just checking in again.
I opened the page with Firebug and luckly recieved so error messages:
jQuery is not defined
hoverIntent.js()()hoverIntent.js (Linie 84)
[Break on this error] })(jQuery);
hoverIntent.js (Linie 84)
jQuery is not defined
superfish.js()(
hi all,
can we put double $().read() declare? cos i am using tab-ui not in all
page, just in one page only?
is has trick's for this happen
~ saiful haqqi ~
Have a look inside the jqGrid plugin (http://trirand.com/blog is where
you can find it). Tony has done an absolutely fabulous job on his
grid plugin and his code is a wealth of information about how to build
components with jQuery. One of the things you'll find in there is
dynamic script loading
I think that would work - I just tried this in Firebug on a page with
jQuery:
$('head').append("alert('hello');");
Sure enough, it popped up an alert dialog.
-- Josh
-Original Message-
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of yellow1912
Sent: Fr
Update: append() the script to head or any where on the page does give
the desired effect. I dont know why it did not work when I tried
before.
I hope this helps someone else.
And Thanks Mike and Josh, you really helped me out
Best regards
Raine
On Jan 9, 4:15 pm, yellow1912 wrote:
> I see. T
I see. Thanks Josh. What if I dynamically insert the code into the
head area, would that has the same effect?
Regards
Raine
On Jan 9, 4:05 pm, "Josh Nathanson" wrote:
> I think you have to strip the tags off before you run eval(). I
> just tried a little test using firebug:
>
> Eval("