Jörn Zaefferer schrieb:
You could improve the demo by adding cursor:default for the menu. The
text-selection cursor is rather irritating inside the menu.
Yep, that demo page still needs a lot of work.
It would be nice to be able to open the menu on hover, maybe powered by
the hoverintent me
Hey all,
additionally to my clickMenu plugin, I've created a new menu plugin
called...uhm... "menu" (the name will be changed in the first real
release, as I've just seen that the new UI-menu will be called the same.
Maybe someone knows a good name? ;) ).
The most notable features (and diff
[EMAIL PROTECTED] schrieb:
Hello.
Is it possible to change menu trigger event form click to mouseover?
It's better for my purposes.
Thanks in advance for answer.
Please take a look at Barry Halims comment on
http://p.sohei.org/jquery-plugins/clickmenu/#comment-4051
I think that he's descri
owen schrieb:
Superfish and jdMenu, but those are triggered on hover. Clickmenu
looks good, except it doesn't seem to like having a link in the top-
level menu item.
Hi Owen,
thanks for reporting the bug in clickMenu! It's changed now. Opening the
link instead of the menu really wasn't the e
wyo schrieb:
I've a dynamically created array
var folders = new Array();
folders = encode ($folders) ?>;
and html created with
foreach ($folders as $key => $d) {
echo "$d";
}
and would like to bind a click handler to each element like
for (var i i
Sharique schrieb:
I want to disable right click because my cilent require so. I know
there are various ways to save an image except saving by right click.
Since his client are mostly non-technical users, it gives a lot of
safety.
If you are still searching for a solution, look here:
http://www
Andy Matthews schrieb:
What?!?!?
You can use html based pathing in jQuery? Why didn't someone tell me that?!?
How come I get an error?
Sure I can! ;P
What kind of error?
Andy Matthews schrieb:
Sorry for the loads of emails.
Using your exact code setup, this is what I came up with:
$('div.data a').click( function() {
var lat =
$(this).parent().parent().children('.editable').children('span').attr('name'
,'longitude').html();
alert(lat);
re
withinreach schrieb:
I'm working with Treeview, latest version, needing the cookie/
persistence feature for a project.
Sample demo works fine on my local machine (I can click on 2nd tree,
change what's open/closed, browse to another page, then return (BACK
button), and the tree holds its state.
Giant Jam Sandwich schrieb:
Hey Roman,
Thanks for taking a look in Opera.
The plugin actually does support percentages. The pixel widths I
provided in the demo are just for demonstration purposes. If you do
use a percentage though, and the user resizes the viewport, it will
not maintain a perf
Giant Jam Sandwich schrieb:
Hey All,
The viewportCenter() plugin is now in beta, and is available here:
http://www.reindel.com/blog/src/jquery_viewport_center/
Hi Brian,
it works nice in FF2 and Opera9.1.
How about an option to use percentage values instead of pixels? That way
it would re
Hi all,
I've just released a new version of the columnManager plugin (which can
collapse/expand whole table columns).
Thanks to Matt Kruse and his table library the plugin now supports
tables with colspans and rowspans.
You can take a look at it here:
http://p.sohei.org/jquery-plugins/colum
Fabien Meghazi schrieb:
Along with saveState, an option to specify a custom function callback
to be called when the user toggled a column would be handy if we want
to customize the way columns preferences should be managed (eg:
session or db) so we can have total control of columns preferences
m
Buzzterrier schrieb:
I want to get all labels in a form, and then access their "for"
attribute to link it to the field.
I thought that $("label") would give me an array of all label elements
that I could loop through and get the "for" value. But this does not
work and I know I am missing someth
Roman Weich schrieb:
RwL schrieb:
maybe something like this:
$('select').change(function(){
if ( $('[EMAIL PROTECTED]' + this.value + ']').not(this).length )
{
$('.formTip').show();
}
else
RwL schrieb:
maybe something like this:
$('select').change(function(){
if ( $('[EMAIL PROTECTED]' + this.value + ']').not(this).length )
{
$('.formTip').show();
}
else
{
$('.formTip').hide();
}
});
Just to make
RwL schrieb:
I'd like to extend this simple function but don't know what to do
next:
$('select').change(function(){
$('.formTip').show();
});
What I really want this to do, is:
On the change event, check to see if any value of any element
on the page matches the value of any other o
Lwis schrieb:
Hi,
short version: how do I find out whether my element is a child of
another element?
long version: I think I want to loop through all elements and check
each of them if it is the element I am searching for or not.
I think I want something similar to YUI (http://www.un-instraw.
RwL schrieb:
I'm pretty new to jQuery and have hit the wall on this one... I have a
tabular form where data points can be selected for update or to be
ignored, sample here:
http://www.lifford.org/exp/jQuery-checkboxes.html
It was extremely easy to set up the select all / deselect all toggle
at
Dmitrii 'Mamut' Dimandt schrieb:
Hi.
A friend of mine is using the tablesorter plugin on one of the tables on
the page. He needs to sort a column when a button on the page is
pressed. That is, not the header of the column, but a completely
separate button on the page.
How can this be achieved?
Lee Hinde schrieb:
On 4/2/07, Roman Weich <[EMAIL PROTECTED]> wrote:
Hey all,
I've created a plugin to toggle the visibility state of whole table
columns (collapsing and expanding them). Also it can remember the last
state using the cookie-plugin.
Maybe you want to take a
Andy Matthews schrieb:
Good job Roman! Works great in IE7.
What types of situations can you see this being used in?
Thanks Andy, I haven't tested it in IE7 yet.
Well, for example...I've a table that is showing a lot of userdata
(phone numbers, locations, birth dates and some other stuff). S
Hey all,
I've created a plugin to toggle the visibility state of whole table
columns (collapsing and expanding them). Also it can remember the last
state using the cookie-plugin.
Maybe you want to take a look:
http://p.sohei.org/jquery-plugins/columnmanager
Any feedback is appreciated!
C
23 matches
Mail list logo