>
> });
>
> but there is flicker effect when you move cursor from div to tabs.
>
> 2. you can make it without JavaScript at all. You can find examples on
> Stu Nicholls' site:http://www.cssplay.co.uk/menu/
>
> On 26 мар, 22:08, jq noob wrote:
>
>
>
> >
handler the $tabs variable is not
> visible. So try
>
> $('#tabs').mouseout(function () {
> $("#tabs").tabs('option', 'selected', -1);
>
> });
>
> that should help.
>
> On 25 мар, 13:44, jq noob wrote:
>
>
>
I am currently using
$(document).ready(function()
{
var $tabs = $("#tabs").tabs({
selected: -1,
event: 'mouseover',
collapsible: true
});
I have tried including a .mouseout(function(){
//$tabs.tabs('option', 'selected', -1);
$tabs.tabs('se
I want to do a onclick event for anywhere in a table row except for a
specific cell. In that cell I want to be able to click a checkbox. I
have any # of rows and 12 columns in the table. I usually use a
something like this
In this instance I also need to allow the user to check on a bunch of
ro
I have been using coolmenu4 from http://www.dhtmlcentral.com/projects/coolmenus/
forever ( 7 years seems like forever ) and I was thinking of replacing
it with a Jquery based plugin. Can someone point me to a plugin or CSS
based menu that can replace this.
I would like the menu to be a horizontal
Thanks everyone for their assistance with this. The noob appreciates
it!
I am trying this and it does not work
$(document).ready(function(){
$(':radio').dblclick(function(){
$(this).attr('clicked', false);
});
});
It seems that I should be using ~ $(this).attr('checked', false); ??
Thanks
On Jan 8, 9:17 am, Eric Garside wrote:
>
n do something with the form data after submitting it. I
> assumed he was going to key off the name. Using the name isn't really
> a good idea. Like, ever. But he didn't ask how to recode his page, he
> asked how to rewrite his function using jQuery mentality. Which I did.
I a
So thanks for the input. Here is what I have as of right now.
function uncheckRadio(obj) {
var i;
var choice = obj.form[ obj.name ];
for (i = 0; i < choice.length; i++)
{
$('input[name="' + obj.name + '"]').attr('checked', false);
}
}
I gu
;
> On Jan 8, 5:57 am, jq noob wrote:
>
>
>
> > Sorry this might be really simple but there is a reason my nickname is
> > jq noob! I was wondering how to convert this JS function into proper
> > Jquery code.
>
> > function uncheckRadio(obj) {
>
Sorry this might be really simple but there is a reason my nickname is
jq noob! I was wondering how to convert this JS function into proper
Jquery code.
function uncheckRadio(obj) {
var choice = eval("document.editResource." + obj.name);
for (i = 0; i < cho
Therefore, it might be easiest for you to just set a fixed
> width for the table as well.
>
> Hope one of those suggestions helps.
>
> --Karl
>
>
> Karl Swedbergwww.englishrules.comwww.learningjquery.com
>
> On Jan 4, 2009, at 10:11 PM, jq noob wrote:
I pull a full html page into the cluetip and the top level element
which is a table has this style to center it.
style="margin-left:5%; width:90%; margin-right:5%;"
The clue tip centers the content but expands the clue tip background
and body past the set width so that there is a chunk to the ri
I would like to be able to do something similiar but maybe I am just
missing the simple solution for what I really need to do.
I want to show a clue tip when the user clicks into textarea box. In
the onlclick event I want to pass two parameters to a javascript
function that then runs the cluetip a
14 matches
Mail list logo