[jQuery] Re: jquery menu that works with ie6 (plugin?)

2009-09-04 Thread Matthew Abbott
Do you know how to enable the top level links in the jdmenu? I never could get the top level links in the menu to work once i applied the jdmenu to a unordered list. On Aug 21, 4:09 pm, con-man-jake jakedim...@gmail.com wrote: Did it.  Works like a charm!  Thanks again Jack. jake On Aug 21,

[jQuery] Re: Detect form change

2009-09-04 Thread Matthew Abbott
Here is a plugin that may get you started. http://bit.ly/cZQ9K

[jQuery] Re: unblockUI() problems in IE

2009-09-04 Thread Matthew Abbott
Yeah take out the html head body tags in your example, and in IE you should get the error i was talking about. just leave the script tags and the div. On Sep 4, 8:25 am, Mike Alsup mal...@gmail.com wrote: It seems to bug because i am using a form Ive tried the form tag inside the div and

[jQuery] Re: unblockUI() problems in IE

2009-09-04 Thread Matthew Abbott
Normally you wouldnt. I just had a blank page and didnt put in all the html tags in there. Felt stupid afterwards. It worked in Firefox. Anyway, it works fine now. all is good. On Sep 4, 10:08 am, Mike Alsup mal...@gmail.com wrote: Yeah take out the html head body tags in your example, and

[jQuery] Re: TableSorter and colspans

2009-09-04 Thread Matthew Abbott
Ive used the tablesorter alot in my projects, and Ive had the need for this as well. I found a DataTables plugin which looks like it can do colspans, but I havent tried it. I actually looked after reading your post to see if it supported the colspans now, as earlier versions didnt and I see it

[jQuery] unblockUI() problems in IE

2009-09-03 Thread Matthew Abbott
Im using the blockUI() plugin in jquery and I attached a click event to a button to call the unblockUI(). What it does is make the content of the block disappear, but the block and the modal background still are visible. This is only happening in IE. Im using IE7 currently. Firefox is fine.

[jQuery] Re: unblockUI() problems in IE

2009-09-03 Thread Matthew Abbott
no sorry its not on a public server where anyone can access it. I have been going back and taking things out.. and puting the stuff back in to see what part is making it fail.. On Sep 3, 2:26 pm, Mike Alsup mal...@gmail.com wrote: Im using the blockUI() plugin in jquery and I attached a click

[jQuery] Re: unblockUI() problems in IE

2009-09-03 Thread Matthew Abbott
It seems to bug because i am using a form Ive tried the form tag inside the div and outside the div like below. If i take out the form tag, it goes away fine without issues. script src=js/jquery.js/script script src=js/jquery.blockUI.js/script script $(function() {

[jQuery] Re: unblockUI() problems in IE

2009-09-03 Thread Matthew Abbott
, Matthew Abbott dduck1...@gmail.com wrote: It seems to bug because i am using a form Ive tried the form tag inside the div and outside the div like below. If i take out the form tag, it goes away fine without issues. script src=js/jquery.js/script script src=js/jquery.blockUI.js/script

[jQuery] Re: unblockUI() problems in IE

2009-09-03 Thread Matthew Abbott
Looks like i have to put in all the html tags etc... I was just trying to run a quick test so i didnt put all the htmlhead body tags in there. When i put it all in, the unblockUI worked. I feel like a an Id10t. -m On Sep 3, 4:19 pm, Matthew Abbott dduck1...@gmail.com wrote: Yup took out