HAS ANYONE DONE WHAT I ASK? is this SO difficult
On Jul 5, 12:52 pm, ironwiller wrote:
> hi, i need SPECIFIC guide how to make the superfish vertical menu toexpandor
> close on click and not on hover. has anyone done it? please
> explain the steps you did..
>
> ty in advanced
Hi guys,
I got a textarea and I need to detect instantly if user input is a
chinese character or not. IS there anyway jquery can help this?
Thanks & Regards,
Mark
--
View this message in context:
http://www.nabble.com/how-to-detect-if-user-input-is-a-chinese-character--tp24445883s27240p24
Hi, any tips on how to count the number of li's??
On Jul 8, 11:51 am, Charlie wrote:
> you can use onBeforeShow to insert function to calculate offset for css.
> Number of li's x height of li etc
> Use "(this)" to refer to ul about to open and apply css to it
> galilee99 wrote:Hi, I'm trying to
Having problem with "after" option function firing *immediately* after
the "before" function but only on initialization. Have tried updated
versions on Github, tried older versions from Git and can't find one
that doesn't do this
Set up following test page to print time when "before" and "aft
I have only used jQuery for fairly simple things and am a little
stumped on how best to achieve the following. I have a list of items
(similar to the three items at the bottom) and I want a user to be
able to assign it as a favorite. I just copied the .post part from the
docs with the id in html
That's a lot of work for something that jQuery already does:
http://snipt.org/kpgi
On Jul 10, 5:45 pm, "B.I." wrote:
> I had a code that looks like this for now:
>
> var rowObj = $.create('tr', {'id': "pod" + currPOCount, 'valign':
> 'top'})
> .append($.create('td')
> .append($.c
Thank you, but no, the problem is not there,
I 've wrote wrong the code but the real file is right !
On Jul 11, 11:27 pm, Dave Ward wrote:
> It may not be the cause of your problem, but you have an unterminated
> string constant in the data parameter there.
>
> On Jul 11, 3:39 pm, raoh wrote:
I don't think there's a shortcut in jQuery to do exactly that. You
could iterate over them and build the array like this though:
var arr = [ ];
$(".buttons li").each(function(i, item) {
if ($(item).hasClass("active")) {
arr.push(i);
}
});
On Jul 11, 1:33 pm, yo2lux wrote:
> I have a H
It may not be the cause of your problem, but you have an unterminated
string constant in the data parameter there.
On Jul 11, 3:39 pm, raoh wrote:
> this is my code, a normal code as the examples on jquery.com
> ajax.php can only echo "OK1", "OK2" or "KO", so I wonder why none of
> the if in the
this is my code, a normal code as the examples on jquery.com
ajax.php can only echo "OK1", "OK2" or "KO", so I wonder why none of
the if in the success function work ? but the alert before works well
and i set dataType = text just to be sure. It's like mess is another
type of variable or what ? Th
There is a specific requirement on my pages.
It contains two frames which are named control frame and content
frame,
and scripts are running on control frame and controls the content
frame to react.
jQuery is included in control frame but content frame - content frame
contains no jQuery sources.
Bill schrieb:
I'm seeing some weird behavior with the slideUp() and slideDown()
functions in IE 6, 7, and 8.
You have the padding top/bottom change in adv*_search.css line 328 ff.
padding-top: 0.625em;
padding-bottom: 0.625em;
to:
padding-top: 0;
padding-bottom: 0;
then better?
--
Viele G
Set the divs z-index to 8, ensure that the divs parent has a z-index as
well
after that ensure that the dropdown has a z-index of 0
it would work out properly if you wrap the dropdown inside a div tag and set
that div tag z-index to 0
the one thing to remember about IE is the last element wil
yeah, that seems like a bug. here is a more concise version showing
the bug and a non-delegation based version:
// without event delegation -- works fine
$(function() {
$("#b").click(function() {
$("#a span").unbind("click");
return false;
});
I have a HTML list:
Home
About
News
I want to obtain the index only for the elements with class="active".
For example I want to create an array with value "0" for Home and "2"
for News (the indexes).
Is possible to do this with jquery?
Thanks!
Well, an ASP.NET dropdown control spits out a object... so,
I'd *guess* that the issue is IE's poor handling of z-index... but
that's just a guess
what is a jQuery Div? define "drop down controls" ( select, dropdown
menu etc)
based on information provided there isn't much to go on to provide
solution. Is it css related, is it script related, is it markup
related? How can anyone tell. Suggest posting a link to demonstrate the
problem and
Finally I've isolated the problem in a little example. I'll post the
code below.
As I could test if you bind the events to a child element then the die
() removes all events bound to that. In the example I just bind
mouseover, mouseout and click to a span inside of a paragraph. Then
remove the cl
On Sat, Jul 11, 2009 at 11:34 AM, Karl Swedberg wrote:
> Hi Brian,
> I'm just thinking out loud here, but maybe adding a rule to your
> stylesheet would fix it in IE6:
> div.DownloadInfo { display: none; }
> /* override display:none when the div is inside #cluetip */
> #cluetip div.DownloadInfo {
Hi Brian,
I'm just thinking out loud here, but maybe adding a rule to your
stylesheet would fix it in IE6:
div.DownloadInfo { display: none; }
/* override display:none when the div is inside #cluetip */
#cluetip div.DownloadInfo { display: block; }
for that matter, you could be more generi
the "jQuery div"?
You'll have to explain that much better
On Jul 11, 7:55 am, Sateesh Deepala wrote:
> Hi
> This is sateesh from Softpal Technalogies Pvt.Ltd. I am using Jquery.
> I got one problem my ASP drop down controls are over lap on the JQuery
> Div. How can i over come that problem.
>
Hi,
I use dialog window as a form to insert new record into a db, now I'm
trying to use this method also to update records. But I don't find a
solution. I use PHP. For example, how can i pass the right parameter
for the query? Below a little code as example:
can anybody tell me how to make scrolling tabs like this using jquery
http://extjs.com/deploy/dev/examples/tabs/tabs-adv.html
please anybody help me its very urgent
Hi
This is sateesh from Softpal Technalogies Pvt.Ltd. I am using Jquery.
I got one problem my ASP drop down controls are over lap on the JQuery
Div. How can i over come that problem.
Can you give sloution for that.
Thanks & Regards
Sateesh
How to make tabs scrolling like given in following link using jquery
http://extjs.com/deploy/dev/examples/tabs/tabs-adv.html
please help me its very urgent
this website can't open.
2009/7/10 pennfoli0
>
> Hi,
>
> Sony.com (http://www.sony.com/index.php) has a very cool horizontal
> menu, My question is can this be done in unordered list with JQuery?
>
> I like the 2 columns menu that expand (it can be seen under "shop" or
> "electronics") and also
BTW, I have a quesiton:
$(document).ready(function() {
$('.buttons a')
.mouseover(function() {
var index = $('.buttons a').index(this);
$(this).css({backgroundPosition: '-' + 200 * index + 'px -0'})
$(this).stop().animate({backgroundPosition:"(-" + 200 * in
Thanks so much!
I don't really understand the logic behind it. The .css() set the
value to 200px but why I need to use the same value in anumate
(200px) ? By the way, .css has a bigger priority than animate?
Thanks again! I appreciate your help!
On Jul 11, 3:51 am, Karl Swedberg wrote:
> You co
You can initialize the tooltip for any elements added via ajax, using
the appropiate callbacks. That worked before live() was available, and
should work now, too.
Jörn
On Sat, Jul 11, 2009 at 6:29 AM, mastorna wrote:
>
> Having some issues with live method and the bassistance tooltip
>
> http://
What's a MVC application?
Have you checked that the id "main" exists on the dynamic page?
Jörn
On Fri, Jul 10, 2009 at 9:14 PM, Jarrod wrote:
>
> I have an MVC application and I am trying to do some validation but
> the Validate doesn't seem to fire. I can get it working in a basic
> html page
30 matches
Mail list logo