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
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:
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
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?
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
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:'?
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
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.
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
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
10 matches
Mail list logo