[jQuery] Re: Need help with a Jquery toggle bug in my menu's

2009-01-09 Thread jQuery Lover
@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

[jQuery] Re: How it should be done?

2009-01-09 Thread jQuery Lover
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,

[jQuery] Re: Can I get the contents from respose by ajax

2009-01-09 Thread jQuery Lover
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: >

[jQuery] Re: Best way to preload an image to obtain dimensions

2009-01-09 Thread jQuery Lover
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

[jQuery] Re: Anyone using jQuery with Tapestry 5?

2009-01-09 Thread jQuery Lover
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

[jQuery] Re: Thickbox and Yahoo Stores

2009-01-09 Thread jQuery Lover
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 >

[jQuery] Re: Simplemodal causes validators to fire on webform

2009-01-09 Thread jQuery Lover
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

[jQuery] Re: Thickbox and Yahoo Stores

2009-01-09 Thread jQuery Lover
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

[jQuery] Re: double $().read()

2009-01-09 Thread jQuery Lover
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

[jQuery] Re: jQuery code not being run

2009-01-09 Thread jQuery Lover
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

[jQuery] Re: non standard characters in class names, not working in funtion

2009-01-09 Thread jQuery Lover
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 ...

[jQuery] Re: Is there a way to create Javascript virtual or logical path mappings?

2009-01-09 Thread jQuery Lover
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

[jQuery] Re: How to force a child page to open in iframe using jquery

2009-01-09 Thread AbhishEk
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: > >>

[jQuery] Re: How can I add a TRUE custom event or modify existing jQuery functions?

2009-01-09 Thread Eric Garside
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

[jQuery] Re: How can I add a TRUE custom event or modify existing jQuery functions?

2009-01-09 Thread Dave Methvin
Can you just use CSS to style the buttons? button { color: #000 } button[disabled=disabled] { color: #ccc }

[jQuery] jWYSIWYG

2009-01-09 Thread Donald J. Organ IV
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..

[jQuery] Re: How to force processing of ColdFusion code when using .load

2009-01-09 Thread Rick Faircloth
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

[jQuery] Re: How to force processing of ColdFusion code when using .load

2009-01-09 Thread Jack Killpatrick
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 $.

[jQuery] Is there a way to create Javascript virtual or logical path mappings?

2009-01-09 Thread Rick Faircloth
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

[jQuery] non standard characters in class names, not working in funtion

2009-01-09 Thread roxstyle
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],

[jQuery] Re: jQuery code not being run

2009-01-09 Thread donb
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

[jQuery] Re: How to force processing of ColdFusion code when using .load

2009-01-09 Thread Rick Faircloth
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 > --

[jQuery] Re: jQuery code not being run

2009-01-09 Thread oliver.pra...@googlemail.com
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()(

[jQuery] double $().read()

2009-01-09 Thread saiful.ha...@gmail.com
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 ~

[jQuery] Re: How to dynamically load/add inline javascript?

2009-01-09 Thread donb
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

[jQuery] Re: How to dynamically load/add inline javascript?

2009-01-09 Thread Josh Nathanson
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

[jQuery] Re: How to dynamically load/add inline javascript?

2009-01-09 Thread yellow1912
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

[jQuery] Re: How to dynamically load/add inline javascript?

2009-01-09 Thread yellow1912
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("

[jQuery] Re: How to dynamically load/add inline javascript?

2009-01-09 Thread Josh Nathanson
I think you have to strip the tags off before you run eval(). I just tried a little test using firebug: Eval("