On second thoughts, it looks like you want the div that contains the span but
without the span in it?
I think there is something wrong that your logic there, but depending on
what you want to do something like this might work for you:
$("div:has(span)").find("span").remove().end();
That will remo
I just came across a strange problem with validation plugin not
working in IE6 at all. After testing a bit I found the reason: when
using the packed version of the plugin IE6 pops up a javascript error
and processes the form without validation, while working fine with the
unpacked version. Other b
Hi, I need help with this plugin. I'm not sure if this is the place to
post it, I apologize if it isn't but I don't know how to contact the
developer. Basically Contextmenu let's you override the browser's
right click menu if you do it over some elements of your choice (more
reference on contextme
$("div:not(span)"); will return all the divs in the document that are not
spans... all of them obviously
You want all the divs that don't (:not()) contain (:has()) spans.
$("div:not(:has(span))");
hope this helps.
jquertil wrote:
>
>
> according to jquery documentation I should be able to s
dude, that's a totally sweet plugin.
according to jquery documentation I should be able to select an
element that is NOT something, i.e. exclusion.
DOM:
hello there, how are you?
JQUERY SELECTOR:
$('DIV :not(SPAN)')
SHOULD RETURN:
hello you?
right? well, it's not happening for me... what am I dogin wrong?
> I working on a site that uses 4 instances of the Cycle plugin to
> rotate divs filled with text. The client loves it, but they don't want
> them to all cycle at the same time. They want box 1 to cycle, short
> pause, box 2 to cycle, short pause...
> And I can't figure it out (obviously). Any hel
Trend-King,
2.
http://www.drum-factory.de/Drums/Schlagzeugwagen/Anbauteile/Tom-Tom-Winkel::34.html
here we have 2 magnify the first work, the second won’t work, I think
because of the #bild2 display:none; property if I chance the display
property to block by css both work, but if I chance the
Trend-King, I've noted your comments here and off-list. I just released the
first version a couple of hours ago, so I don't know if it's
production-ready yet, and I'm at my day job so I can't get much else done on
it today. Keep hacking away at it and let me know how it goes.
-- Josh
---
Hey all,
I working on a site that uses 4 instances of the Cycle plugin to
rotate divs filled with text. The client loves it, but they don't want
them to all cycle at the same time. They want box 1 to cycle, short
pause, box 2 to cycle, short pause...
And I can't figure it out (obviously). Any hel
Hi there. I like your script so much that i build it in our page
http://www.drum-factory.de/Drums/Schlagzeugwagen/Anbauteile/Tom-Tom-Winkel::34.html
but I found a few issues during testing the app.
1. If you go over the image the magnify appears, if you go fast out of
the image and then fast
Fixed now, thanks to the great IRC channel :-)
$('h3').hide();
$('.calendarEvent').prev('h3').show();
2008/5/30 hubbs <[EMAIL PROTECTED]>:
>
> Sorry for not being clear.
>
> I would like to hide H3 when next element does not have class
> 'calendarEvent' (Meaning, there would be another H3, if there was not
> a div with class 'calendarEvent'
I'm using the jquery mousewheel plugin, which is working fine on IE 6
and firefox 3, but not firefox 2. firebug shows no javascript errors.
my code is supposed to switch focus between two elements as the mouse
hovers over them (one contains a flash widget):
$(function() {
$('#widget')
Sorry for not being clear.
I would like to hide H3 when next element does not have class
'calendarEvent' (Meaning, there would be another H3, if there was not
a div with class 'calendarEvent'
E.g.:
Text
Text
Text
Text
Text
text
Text
text
So, the first four H3 elements need to be hidden, as the
WOW, I am impressed.
On May 30, 1:49 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote:
> Hey all,
>
> Got a new plugin for folks to check out - it allows you to create an image
> "magnifier" like those you see on a lot of e-commerce sites. Here's the
> link:
>
> http://tinyurl.com/6kwzf9
>
> Featu
Looks great, Josh... I will certainly be giving this a try!
Thanks for the work!
Rick
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh
> Nathanson
> Sent: Friday, May 30, 2008 1:49 PM
> To: jquery-en@googlegroups.com
> Subject: [jQuery]
> Got a new plugin for folks to check out - it allows you to create an image
> "magnifier" like those you see on a lot of e-commerce sites. Here's the
> link:
>
> http://tinyurl.com/6kwzf9
Nice!
you could start here http://jqueryfordesigners.com/
find the screencasts tag link - he has four or five you can download
On May 30, 4:40 pm, GiJeet <[EMAIL PROTECTED]> wrote:
> Hello, I'm looking for JQuery tutorials on video that I can download
> and watch offline. I can't watch online. If an
Jan:
I am using jCarousel within a jqModal box (http://dev.iceburg.net/
jquery/jqModal/). The problem is that sometimes the jCarousel style
sheet does not seem to operate. In short, sometimes the elements in
the carousel to do display horizontally but display as a list.
Occasionally, the carousel
Yes it's work !
Thank'S a lot Joel
On 30 mai, 05:46, "Joel Birch" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> This is an easy one to answer. You just need to include the
> "hoverIntent" plugin by Brian Cherne. Simply link to the plugin using
> a script tag and Superfish will automatically use it to
Hi all,
I'm looking for some kind of tutorial for the topic in the title...
Thank you
Yeah, nice plugin !
Good work Josh !
2008/5/30 Josh Nathanson <[EMAIL PROTECTED]>:
>
> Hey all,
>
> Got a new plugin for folks to check out - it allows you to create an image
> "magnifier" like those you see on a lot of e-commerce sites. Here's the
> link:
>
> http://tinyurl.com/6kwzf9
>
> Feat
On May 29, 2008, at 8:48 PM, Roscoe wrote:
You might want to check this tutorial from CakeBaker:
http://cakebaker.42dh.com/2008/02/24/edit-in-place-with-jquery-and-cakephp/
jEditable. I've included a code sample below. Anything with 'opts.'
in front of it is a variable which can change fro
Hey all,
Got a new plugin for folks to check out - it allows you to create an image
"magnifier" like those you see on a lot of e-commerce sites. Here's the
link:
http://tinyurl.com/6kwzf9
Features include:
- Set show event to mouseover or click
- Allows preloading of larger image, or not i
Hi all, did i post in the wrong forum for this?
Thanks,
D
On May 29, 1:28 pm, Danjojo <[EMAIL PROTECTED]> wrote:
> I had the original demo from a popular site to get the Accordion menu
> to work... I work with a team and we have designers who will want to
> access the markup with css perfectly.
On Fri, May 30, 2008 at 5:17 PM, Karl Swedberg <[EMAIL PROTECTED]>
wrote:
> You might want to take a look at my clueTip plugin. It allows you to load
> the contents of the tooltip with the title attribute, the text contents of
> an element on the current page, or the result of an ajax request. Als
Hello, I'm looking for JQuery tutorials on video that I can download
and watch offline. I can't watch online. If anyone knows where to
find down-loadable tutorials of any level - beginner, intermediate,
advanced, or on any specific topic, please send link. I'm trying to
learn as much about JQue
Thanks!
Hello, if anyone knows where to find jquery tutorial videos that you
can download to watch offline please send link. I can't watch
online. thanks!!
G
Although you need to make sure that you set the for attribute o the
label tag to the id attribute of the input tag, NOT the name
attribute.
One way to get around this issue (and the recommended method) is to
set the name and id attribute of the input tag the same.
If you wrap the input tag with th
Thanks a ton guys. I knew it was some lack of knowledge on my part.
I ended up just using another document.ready in the success callback
function. I intend to look into live as well though.
Thanks again!
On May 30, 3:18 am, steve_f <[EMAIL PROTECTED]> wrote:
> you can use the live plugin. This
B to the ump
We have a Flash movie that resizes vertically based on it's content. When it
resizes itself, it also issues a command to the containing page to resize
the HTML container. This works great under regular use. But lately some of
our clients have been trying to frame in our content page using an iframe
not my plugin but Luke Lutman's
sounds like you need to add to your stylesheet
.flash-replaced .alt {
display:block;
height:0pt;
overflow:hidden;
position:absolute;
width:0pt;
}
for more info see this example
http://jquery.lukelutman.com/plugins/flash/example-text-replacement.html
all the info y
Niiice!
On Fri, May 30, 2008 at 8:47 AM, Renato Formato
<[EMAIL PROTECTED]> wrote:
>
> Hi all,
> I've just released the jFlip plugin,
> a plugin to make unobtrusive flipping page image galleries using canvas
> (warning: no Flash needed!).
>
> It works with all jquery compatible browsers,
CORRECTION: no, "rowspan" doesn't work in IE, which ONLY understands
it with a capital S: rowSpan. So, now (since 1.2.5) the only way to
remove a rowspan in IE is to do
.attr('rowSpan',1)
and not removeAttr('rowspan') or removeAttr('rowSpan') or
attr('rowspan',1).
FF forgives and understands al
You might want to take a look at my clueTip plugin. It allows you to
load the contents of the tooltip with the title attribute, the text
contents of an element on the current page, or the result of an ajax
request. Also, in the most recent version, if you can use a string as
the first arg
Have you seen or tried clueTip? http://plugins.learningjquery.com/cluetip/demo/
~Pyro
On May 30, 10:22 am, armyofda12monkeys <[EMAIL PROTECTED]>
wrote:
> Hello all,
>
> I was looking at tooltip examples in Tooltip plugin and just saw all
> examples where it makes the tooltip based off the title
Great. I'll keep my eyes peeled.
On May 30, 7:55 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> On May 30, 1:35 am, timothytoe <[EMAIL PROTECTED]> wrote:
>
> > Yes. Oh well.
>
> > Where should I watch for updates? Will there be an update of history
> > to accommodate UI Tabs? Or is it more likely t
Karl, that's fantastic! I've copied Paul's script to my own site with
the title change you suggested. I frequently wish to know what
version sites are running.
Sorry for the necropost; was searching to see if there was any talk
about updating the jQuery Detector plugin[1] to work with FF3 and
f
On May 30, 1:35 am, timothytoe <[EMAIL PROTECTED]> wrote:
> Yes. Oh well.
>
> Where should I watch for updates? Will there be an update of history
> to accommodate UI Tabs? Or is it more likely that UI Tabs will
> incorporate a history feature?
I have roughly rewritten the history plugin already
James Hang wrote:
checkDeleteBrand = function(){
window.confirm("Really want to check this brand?");
}
readyFunction = function(){
$('a.Brand').mouseover("checkBrand");
$(document).ready(readyFunction);
Beyond the difference between "checkBrand" and "checkDeletedBrand", you
have somet
Hello all,
I was looking at tooltip examples in Tooltip plugin and just saw all
examples where it makes the tooltip based off the title attribute. I
was wondering if there were any other solutions? i was using a
prototype based solution seen here
http://blog.innerewut.de/files/tooltip/demo.html,
I posted this in the plugins group, but just noticed it is dead there.
I have a tablesorter.tablesorterPager table in which I need to remove
rows and have the pager updated accordingly (trying to avoid an ajax
refresh on the table).
Right now I'm removing the target row through jquery remove()
f
if you pass in the event to the function you can use e.pageX and
e.pageY to get the coordinates of the click event
So:
$("#map").click(function(ev) {
mouseX = ev.pageX;
mouseY = ev.pageY
}
On May 30, 12:02 pm, Michael Price <[EMAIL PROTECTED]> wrote:
> Hi all,
> Working on something for
hi sam
thanks, i'm using your(?) plugin; looks good but i already have a
problem (my fault, for sure ):
the text inside the flash div remains visible!
Did i miss anything?
Thanx vitto
-- this is the css
div#header{width:740px;height:200px;}
-- this is the javascript
$(document).rea
You can find what you need and more info on events there.
http://docs.jquery.com/Events_(Guide)
I didn't read through all of the code, but when I want to grab an href
I usually store it in the link's "rel" attribute. If you're not
concerned about maintaining valid HTML, you can make up any attribute
you want (so long as it doesn't already have a purpose in the XHTML
spec).
$(document).ready
Hi,
I had downloaded the jquery_update and jcarousel module form
drupal.org and installed these.
Now the problem is how i can configure this in front end.i.e. how i
can show jCarousel in front end. What code snippete needs to write me?
you can use the live plugin. This basically keeps watch for dom
elements that match the selector given. Thus when you inject new
content into the div it will automatically hookup any matched new
elements.
se here for details http://brandonaaron.net/docs/livequery/
If you need more shout
On May
I would like to know if there is a way to move sortable items without
using the mouse. I have a few sortable items and the user have the
opportunity to "hide" a specific item (Change opacity to 0.3). At the
same time I want the item to be the last one in the dom-structure of
the sortable items.
After a quick glance at the code you pasted... it looks like you are using
the Live Query plugin within the click event. This somewhat negates the
purpose of Live Query. Try moving the Live Query block outside the 'click'
binding block ... within the document.ready block.
--
Brandon Aaron
On Fri,
I'm working on a survey builder which will allow users to create
online surveys and polls. I decided to use livequery to build it as
it involves lots of adding and deleting of DOM items that have
associated events.
I'm still at an early stage of development but I've run into a snag.
The function
tlob wrote:
the docs are good for searching... so is google:
http://docs.jquery.com/Tutorials:Mouse_Position
That did the trick, thanks :)
Regards,
Michael Price
tlob wrote:
the docs are good for searching... so is google:
http://docs.jquery.com/Tutorials:Mouse_Position
cheers
tlz
On May 30, 1:02 pm, Michael Price <[EMAIL PROTECTED]> wrote:
Hi all,
Working on something for a client at the moment - they have a map and
they want to pinpoint where on th
You should ask that in a PHP forum.
User choose a language. This is stored in a session/cookie. You show
content/alerts in the choosen language.
As I said, look for session/cookie handling in php/google.
cheers
tlz
On May 30, 10:18 am, Philippe <[EMAIL PROTECTED]> wrote:
> Hello,
>
> First than
the docs are good for searching... so is google:
http://docs.jquery.com/Tutorials:Mouse_Position
cheers
tlz
On May 30, 1:02 pm, Michael Price <[EMAIL PROTECTED]> wrote:
> Hi all,
> Working on something for a client at the moment - they have a map and
> they want to pinpoint where on this map so
On May 30, 12:08 am, truent <[EMAIL PROTECTED]> wrote:
> Im using $(document).ready to bind an onsubmit and onclick event to 2
> elements of my form. Either of these events fires separately with no
> problem. However, when the onsubmit injects html into a div on page,
> and I then attempt to cli
To get the href you either access the property of the element
directly, or use the attr() function on the jQuery object.
Eg.
(note : I'm using $('a', this) instead of $(this).children()...)
alert( $('a', this)[0].href ); //the [0] retrieves the actual element
or
alert( $('a', this).attr('href'
Hi all,
I've just released the jFlip plugin,
a plugin to make unobtrusive flipping page image galleries using canvas
(warning: no Flash needed!).
It works with all jquery compatible browsers, IE included, using an
enhanced version of excanvas I wrote.
Enjoy!
http://www.jquery.info/The-jFli
You're passing a string into mouseover() instead of function name
$('a.Brand').mouseover(checkBrand);
(assuming that the function checkBrand() does actually exist!)
James Hang wrote:
> in html:
>
>
> script>
>