Hi Guys,
I'm using two plugins which are triggered by a submit event
(jquery.validate and jquery.comboselect) and now I'm facing one issue:
If any validation error occurs my error msg is printed and my form
isn't submitted (correct behaviour) but the comboselect plugin
triggers at submit too and
Hi Guys,
just started to upgrade my site jquery version to the latest, now I'm
facing some strange behaviour.
In 1.2.6 - $('select[name^="q_select_"]') - returns the select -
object
In 1.3.2 - $('select[name^="q_select_"]') - returns the options of the
select !?
Some1 else facing this problem?
Hi Guys,
just facing an issue: I'm creating a worklflow for my "app" and found
$.load() very usefull. It works except that tags aren't
loaded. I got some jQuery Objects (like Flexbox etc) in my remote
pages and would like to have access to this objects after the load()
but after load() there are
Hi guys,
I wrote a litte code to get some tooltips in my multiple select box,
if I hover over an option, the tooltip appears -> only in FF2/FF3,
Opera9. IE7 doesn't do anything? Some1 else faced such a problem?
I'm using jQuery 1.2.6 - btw.
ex:
$('#select > option').mouseover(function(){
Hi all,
I'm facing a problem with the document ready and IE7. I'm workin atm
on a jboss portal with some jsr168 portlets. My problem is, that some
of my portlets have a lot form elements (inputs, selects). If I
request the page the first thing which IE7 displays is the site
without any executed s
Hi Guys,
gotta problem here and i don't know why it occurs:
Example:
Simple Html Page
jQuery.noConflict();
jQuery(document).ready(function() {
alert( jQuery('#test:eq(1) > a:eq(0)').attr('href') );
});
test
tes
6 matches
Mail list logo