[jQuery] Re: why jquery not work together ?

2009-10-31 Thread mmc online
On Sat, Oct 31, 2009 at 12:06 AM, yashmistrey onl...@makemycreative.inwrote: Hello to All I have used different JavaScript on my website but only one script is working. This is the link http://makemycreative.in/30oct_09 You will see these a button Name: Services = That is working But

[jQuery] Emica is good

2009-10-31 Thread globosoft
Recently, I had a chance to use services of Emica Consulting, Uk. They produce high quality work at a reasonable cost. If you are looking for the services like bid writing, fundraising, educational consultancy, you should definately check Emica Consulting first. Here is their website address

[jQuery] Re: Select the inverse of what you're looking for

2009-10-31 Thread Aaron Gusman
Thanks my friend, works fine..however i'm finding difficulty understanding the code for next time...Couldn't imagine opening brackets and writing a filter straight away :not(:contains On Oct 31, 5:04 am, mkmanning michaell...@gmail.com wrote: Try this:

Re: [jQuery] Re: why jquery not work together ?

2009-10-31 Thread jerome
to me it looks like you have both mootools framework and jquery scripts, but no jquery frameworks main script linked in your project. Jerome - Original Message - From: mmc online To: jQuery (English) Sent: Saturday, October 31, 2009 2:07 AM Subject: [jQuery] Re: why jquery not

[jQuery] enabling instance manipulation on a jQuery plugin

2009-10-31 Thread Joonha
This topic is relevant because there are people asking how to enable manipulation on a jQuery plugin instance for plugin authors. I could not find a good answer to this. jQuery makes code simple and beautiful but has the side effect of locking away the ability to manipulate a plugin instance as

[jQuery] Focus event firing twice in Internet Explorer

2009-10-31 Thread Antonio del Olmo García
I'm building a form in which the specified values (the ones written in the value attribute) for the inputs (types: text or password) are saved as default values for that fields and when the user clicks on them they disappear or appear again if the field has been left blank. So, basically: the

[jQuery] getting code from/between

2009-10-31 Thread kicaj
Hi, I would like get get/copy code between html tags, like this: fieldset legendsome.../legend label id=n1some input/label label id=n2some next input/label label id=n3next input/label /fieldset I want set to variable code from /legend to label id=n3 (between) How do this?

[jQuery] Some problems with (maybe) caching

2009-10-31 Thread Trencavel
Hi, I'm running in a problem, which I can't solve alone and I need some hints of experts. I'm using $.getJSON() to populate a list with images (image src are external too) and then I try to build a gallery from this list with the JQuery plugin galleryview. The problem I'm running in is, that

[jQuery] Superfish jquery menu plugin - how to disable menu items

2009-10-31 Thread Mike Dwyer
I'm thinking of using this plugin for my menus. Is there an easy way to display a menu item in a disabled state?

[jQuery] mouse control issue within nested tags

2009-10-31 Thread jmatthews
This is related to an earlier post, but rather than address it is a selecting issue, I am thinking it is an append issue. I'd like others' thoughts on this. If you have: div id=mymouseHello/div You can control the innerHTML through Jquery mouseover(), etc. Simple enough. If you have: div

[jQuery]

2009-10-31 Thread hno
Hi I'm novice in jquety. I want to retrieve different properties like src , height and other from the elements in the page or set the value for them . can you help me to do this work ? thanks image002 HNO image001.gif

Re: [jQuery] Superfish jquery menu plugin - how to disable menu items

2009-10-31 Thread Charlie
what do you consider disabled? No link? Don't use link tag Mike Dwyer wrote: I'm thinking of using this plugin for my menus. Is there an easy way to display a menu item in a disabled state?

Re: [jQuery]

2009-10-31 Thread Charlie Griefer
On Sat, Oct 31, 2009 at 8:43 AM, hno hno2...@gmail.com wrote: Hi I’m novice in jquety. I want to retrieve different properties like src , height and other from the elements in the page or set the value for them . can you help me to do this work Have you read the docs?

[jQuery] Re: missing ) after argument list SOLVED

2009-10-31 Thread webmas...@terradon.nl
I do not know why, but using single quotes instead of doubles did solve my problem! See the difference: $testReplace2 = div id='pos1-0'img name='pos1-0' src='test.gif' height='50' width='50' border='0' alt='white_pawn'/img/div; $testReplace2 = 'div id=pos1-0img name=pos1-0 src=test.gif

[jQuery] Re: Dynamic img not getting events

2009-10-31 Thread JT
To bind events, such as 'click', to elements that are added to the page dynamically, as with AJAX, you can use a plugin like livequery. You can read some more here http://docs.jquery.com/Plugins/livequery and get the plugin.

[jQuery] Async problem using basic $() and a slideshow

2009-10-31 Thread n4rc1ssus
Sorry if this is just weird but I have this working fine on my dev server on IE8, Firefox 3.5.3, and Safari (windows), but online (and here's the WEIRD part) it only works on IE. http://www.jrbentleys.com The menu works fine, but if you click on events-upcoming or specials- lunch/drinks in

[jQuery] Re: Async problem using basic $() and a slideshow

2009-10-31 Thread n4rc1ssus
Sorry, finally figured this out. I can't believe I made the same error again. On Oct 31, 12:03 pm, n4rc1ssus 5n4rc1s...@gmail.com wrote: Sorry if this is just weird but I have this working fine on my dev server on IE8, Firefox 3.5.3, and Safari (windows), but online (and here's the WEIRD

RE: [jQuery] Re: missing ) after argument list SOLVED

2009-10-31 Thread Steve Staples
Not really saying it's a problem, but all attributes SHOULD be in double quotes, and also, the img tag, doesn't use the /img closure, and should be opened and closed in on statement, like img / Again, not saying that what you've done is wrong, nor does switching the single to double, and double

Re: [jQuery] how to multiple images slideshow with jquery cycle plugin

2009-10-31 Thread DaniNy
I cannot get this working with the jquery cycle plugin. Can any show a full example of how to get multiple images to show in a row? IE: first 3 images --pause-- next 3 images I really don't want to load another plugin like Carousel. Thanks so much to anyone that can help :) malsup wrote:

[jQuery] Re: IE7 bugs

2009-10-31 Thread jmunning
found the issue here was that after a jquery call I was making to pass keywords to adsense the autocomplete would stop working in IE6 until I blurred and then refocused on the text area. Seemed to need a very small delay between the events. HEre is the code I used: code

[jQuery] Re: missing ) after argument list SOLVED

2009-10-31 Thread risteli
That's because your php string contained double quotes, and your javascript string was delimited by ... double quotes. When this happens, you need to escape your php string, like this: $(#?php echo $div; ?).replaceWith(?php echo addslashes ($testReplace2); ?)); On Oct 31, 7:03 pm, Steve Staples

Re: [jQuery] Jquery Cookies Or Sessions

2009-10-31 Thread numerical25
In other words, is it possible to determine when a user has left the site or his session has ended ?? numerical25 wrote: I know I will more then likely have to download the plugin for cookies but I been doing research on how to listen for when the session expires but cant seem to find the

[jQuery] Fix: Superfish Cufon in IE8

2009-10-31 Thread Erik Boeters
Submenu items aren't visible when they are Cufonized. To fix this change superfish.js line 105 to: .find('ul').hide().css('display','none'); and line 113 to .find('ul:hidden').css ('display','block');

[jQuery] what does options mean ???

2009-10-31 Thread numerical25
I am looking through some previous made code and I notice a special varible called options. I suppose it special because my html editor gives it a purple color that stands out as if its a predefined varible. the code looks like something below $('#begin').click(function(){

[jQuery] My jQuery Pumpkin... Jealous?

2009-10-31 Thread Matt Kruse
Just a little fun for Halloween 2009. I carved my pumpkin this year as the jQuery logo. I hope some in this group can appreciate it! :) http://mattkruse.com/2009/10/31/jquery-pumpkin/ Matt Kruse

Re: [jQuery] Re: How to Select element with class, but EXCLUDE its children?

2009-10-31 Thread Karl Swedberg
I'd stick with what Scott said. Use mouseenter/mouseleave. But instead of setting the style with .css(), just add and remove a class. Here is a demo: http://jsbin.com/enero/edit --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 30, 2009, at 4:26 PM,

Re: [jQuery] Hide a nested UL, but show children

2009-10-31 Thread Karl Swedberg
If you don't mind removing them, as opposed to just hiding them, you could do this: $('.topMenu li ul li').each(function() { this.removeChild(this.firstChild); }); --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 30, 2009, at 12:23 PM, hroyale

Re: [jQuery] Re: keyup on textfields

2009-10-31 Thread Karl Swedberg
Or, if the OP really wants all text fields to trigger it, he could just use $(':text').keyup( ... ) --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 30, 2009, at 3:20 PM, James wrote: There are a few simple ways to do this. Here are probably the most

Re: [jQuery] mouse control issue within nested tags

2009-10-31 Thread Karl Swedberg
It sounds like you want to use the .after() method rather than .append() --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 31, 2009, at 11:06 AM, jmatthews wrote: This is related to an earlier post, but rather than address it is a selecting issue, I am

Re: [jQuery] Re: How to Select element with class, but EXCLUDE its children?

2009-10-31 Thread Marcos Javier Riganti
HOW DO I GET OUT OF THIS LIST? ! 2009/11/1 Karl Swedberg k...@englishrules.com I'd stick with what Scott said. Use mouseenter/mouseleave. But instead of setting the style with .css(), just add and remove a class. Here is a demo: http://jsbin.com/enero/edit --Karl Karl

[jQuery] SerialScroll with LocalScroll

2009-10-31 Thread dacoder
I am working on a project where I have a navigation menu with categories and then a list of items broken into those categories with a header above each one. With the navigation I want to scroll to the begining of each group of items. so l I have an unordered list that in each list item has a

[jQuery] Re: mouse control issue within nested tags

2009-10-31 Thread jmatthews
I tried that, but successive appends wind up happening in reverse order (i.e. ABCDE winds up EDCBA). Plus, it makes my html tag listing in firebug look like it has poor structure. I want to see everything I add as being children, and not siblings, of the innerHTML that precedes it. What I want