[jQuery] Re: plugin: blockui - How to Change cursor style in IE to 'not-allowed' on overlay???

2009-08-02 Thread Marv
not-allowed' cursor style displays in all browsers as the ONLY visual clue to inputs being protected (not allowing data entry, events, etc.). On Aug 2, 9:39 am, Marv wrote: > I have a DIV blocked from data entry in IE, Firefox, Safari and Opera. > Functionally all is okay -- super pl

[jQuery] plugin: blockui - How to Change cursor style in IE to 'not-allowed' on overlay???

2009-08-02 Thread Marv
I have a DIV blocked from data entry in IE, Firefox, Safari and Opera. Functionally all is okay -- super plugin!!! The only problem left is that the cursor does not change to 'not- allowed' on the overlay when I use IE 6,7 or 8. All other browsers render the cursor okay??? Here's the code:

[jQuery] Re: val ( ) prefers labels over values?

2009-05-07 Thread Marv
You may be morally correct but the label attribute of the option tag is not widely supported: http://www.w3schools.com/TAGS/att_option_label.asp On May 7, 3:47 pm, Klaus Hartl wrote: > Don't speculate, look > up:http://www.w3.org/TR/html401/interact/forms.html#h-17.6 > > It's valid. > > "Thi

[jQuery] [treeview] what are the possible options for this plugin?

2009-04-29 Thread Marv
There doesn't seem to be any place that I can find which explains the options available for the treeview plugin. Does anyone have a link or reference as to what the options are and what their settings mean?

[jQuery] [treeview] top node (root) is open but has plus sign????

2009-04-29 Thread Marv
I have a treeview where there is only one node at the top of the tree with several child nodes -- some having child nodes -- some not. All open / close indicators are as expected EXCEPT the very top one which even though the node is open it show a '+' sign rather than a '-' sign which is the norma

[jQuery] Treeview Plugin -- What are the options???

2009-04-28 Thread Marv
The documentation doesn't seem to detail the optoins and the demos use some but without any explanation of what options and settings are available. For example, what does 'Unique:' mean? Or 'Control:'?

[jQuery] Re: Cluetip override Error to stop showing cluetip

2009-04-24 Thread Marv
Karl, I evaluated ten (10) different tooltip plugins for jQuery and selected Cluetip based on features, functionality, and ease-of-use. So far, it has met my expectations wonderfully! Thank you for your efforts. For the past 2 days I have been struggling with the Cluetip API trying to programmati

[jQuery] Re: finding mouse position within a div with a scrollbar

2009-04-23 Thread Marv
Here's an excerpt from my click event that determines the mouse coordinates for a click regardless of horizontal / vertical scrolling of the page or the clicked image: $('#img1').live('click', function(e) { var locX = Math.round(e.pageX - $(this).offset().left); var locY = Math.

[jQuery] Re: How can I reset the error messages without using the form plugin????

2009-04-21 Thread Marv
these two lines together frmAsset.submit = {}; // reset the Validation plugin error messages... On Apr 21, 10:25 am, Marv wrote: > Thevalidationplugin is great and I'm using it very successful with > my ASP.net web services for AJAX data entry andvalidation. What I > would like to do is

[jQuery] [validate] How can I reset the error messages without using the form plugin????

2009-04-21 Thread Marv
The validation plugin is great and I'm using it very successful with my ASP.net web services for AJAX data entry and validation. What I would like to do is use the JavaScript form reset method AND somehow reset the validator's error messages from the prior validate() invocation but I do not want t