[jQuery] Re: Horizontal image carousel w/scrollbar plugin for jQuery?

2009-11-05 Thread wshawn
Have you looked at: http://flowplayer.org/tools/demos/scrollable/index.html This is by far one of the most flexible ones I have ever seen. On Nov 5, 12:39 am, tatlar robertlnew...@gmail.com wrote: Hi jQuery gurus, Has anyone seen an equivalent of dyn-web's scrollbar but written on top of

[jQuery] Re: Horizontal image carousel w/scrollbar plugin for jQuery?

2009-11-05 Thread wshawn
Have you considered: http://flowplayer.org/tools/demos/scrollable/index.html I is one of the most flexible ones I have seen. On Nov 5, 11:54 am, tatlar robertlnew...@gmail.com wrote: Hi Karl, Thanks for the response. Wow - those solutions are pretty tight. The Highpoint site JS source code

[jQuery] (treeview) Question/Request regarding toggle and links

2009-11-05 Thread drmrboy
Is it possible to not toggle a node in the tree if the user clicked on an anchor in the list entry? Right now, the hitbox is the entire list element. If that list element contains an anchor, the anchor is followed as well as the node in the tree is toggled. I would like to find a way to do the

[jQuery] jQuery slider

2009-11-05 Thread Arpanet
Hi there, I'm developing a page that will present the user with a content slider, so that the user can click 'next' to browse through the slides. However, when the user reaches the last slide in the list the 'next' button needs to be replaced with a different button and take the user to another

[jQuery] How to Get Div from IFrame

2009-11-05 Thread Danish
I have a page with multiple Frames and Division, Now I am trying to extract one div having id=my_div from iframe with Id = canvas_frame but I am fail to do so, Nor I am getting iframe neither Division in iframe. I tried all these selectors but always null returns although they are in page: 1)

[jQuery] Validate (validation plugin)

2009-11-05 Thread Jaap
I'm using http://docs.jquery.com/Plugins/Validation and am wondering if it's possible to have this plugin not allow the standard value. I'm only showing my input boxes with the desired content named in it with the value attribute. This will dissapear when somebody starts editing. So my form

[jQuery] Refreshing droppable locations

2009-11-05 Thread Keith Otto
I have a list, with many levels of child lists within some LI elements. These child lists are set to display:none until you click on their parent to display the first level of children. I'm implementing the ability to drag the LI elements around in order to change their parent to a different

[jQuery] Checking for offset() changes in earlier launched method [events]

2009-11-05 Thread d
Hi all, I'm having an issue with something probably easy but I might be too dumb for it :) Put simply it's this: - I'm having a plugin that uses element.offset() to position other elements. This works great. Let's call this 'MyPlugin'. - Then another plugin/function which makes changes to the

[jQuery] how do i prevent having a paragraph tag for the text AFTER i expand?

2009-11-05 Thread Kei Simone
Hi i noticed that whenever i expanded the text, the subsequent text expanded. and the expand prefix... also tends to be on the next line. Please advise. This is my expand code. $(document).ready(function() { // override some default options $('div.expandable div').expander({

[jQuery] Superfish -- Problem in IE7 and IE8 for drop down with iframe with (xml xsl content)

2009-11-05 Thread Ram Kumar
Hi, If the dropdown overlaps on iframe with XML, XSL content in it, dropdown is hidden back to the iframe. It is happening if IE7 or IE8. In IE6 it works fine. If the content in iframe is html, it works fine in all IE versions. The problem is only if the content is xml and xsl. Suggest

[jQuery] superfish add class current automatically...

2009-11-05 Thread arnaud74130
Hello, Just a post to share the code, because I spend some times to automatically add the class current to all li's parent tags when you click on the superfish navbar menu... so here the jquery code: script type=text/javascript $(document).ready(function(){

[jQuery] looking for a plugin or code that displays text slowly

2009-11-05 Thread Chris Hall
Hello everyone. I'm looking for a plugin or code that will display the text contents slowly so it will simulate a live eent. For example: The fight begins... brief pause Fighter 1 throws a stiff jab followed by an upper cut! brief pause Fighter 2 tries a takedown!!! etc. Does anything

Re: [jQuery] looking for a plugin or code that displays text slowly

2009-11-05 Thread Logan Bailey
This is just straight JS. You're probably looking to do a time event i'd say. Check out https://developer.mozilla.org/en/DOM/window.setInterval

[jQuery] Re: Submitting after Validation

2009-11-05 Thread StephenJacob
Thanks for the insight Jules! With that it pushed me in the direction that I finally got working. 1 issue remaining that isn't that big of a deal but i would love to resolve it. After submitting the form it opens a div #success and closes it after 3 seconds. If i submit the form again, without

[jQuery] Re: Submitting after Validation

2009-11-05 Thread StephenJacob
I'm learning! I replaced: $(#success).fadeIn(slow); var clearSuccess = function() { $('#success').fadeOut('slow', function () { $(#success).remove(); }); }; window.setTimeout(clearSuccess,3000); With: $(#success).fadeIn('slow').fadeTo(5000, 1).fadeOut('slow'); Viola! On Nov 5, 3:46 pm,

Re: [jQuery] jQuery slider

2009-11-05 Thread Michel Belleville
Have the next page button already on the page, hide it just as the page is shown, then show it and hide the next slide button when you reach the last slide. You can do that with a css toggle by giving toggle classes to the nearest parent of both the next page and next slide buttons and writing a

Re: [jQuery] How to Get Div from IFrame

2009-11-05 Thread Michel Belleville
$('#canvas_frame').contents().find('#my_div'); To seek an id use #, to seek inside a div use .contents(). Plus, refrain from using iframe, this is almost as bad as using frame and almost never worth it. AJAX is good for you instead of shitty iframes. Michel Belleville 2009/11/5 Danish

[jQuery] Toggle Help

2009-11-05 Thread Dave Maharaj :: WidePixels.com
I am loading a page using $Ajax and upon success i run a toggle function. Now how can i set it up so that once its been loaded it will not make a second Ajax request? Basically a user clicks edit and i get the form via Ajax request and place it into a div. Once completed the original content

[jQuery] combining Superfish script and lightbox

2009-11-05 Thread nicoobijubi
I am having trouble using two scripts on the same page and having them both function correctly. The scripts are: lightbox - from dynamic drive here http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm and superfish - http://users.tpg.com.au/j_birch/plugins/superfish/#faq I have

[jQuery] How to determine number of elements after dom manipulation ?

2009-11-05 Thread bakman
I am generating elements (img's) based on data from an xml file. Once that is done, I want to determine the number of icons that were generated. as naive as i am, i do a: alert($('img').size()) result: 0, which isn't the case how can i determine them after they have generated ?

[jQuery] Superfish - Last-child and Parent class at the same time

2009-11-05 Thread Goh Hao-Wei
Hello, How do I get a li item to have both the Parent and the Last-Child class at the same time? Reason is, I'm making use of Last-child class to control the borders for the last item in a sub menu, but I'm having difficulties when the last-child has its own sub menu, making it only having the

Re: [jQuery] passing a variable through an attribute filter

2009-11-05 Thread Marcel Araujo
Yes, you can do this!!! Sorry for my poor english but I hope help you! $(input[name='txtName']).css('background-color','#F00'); And this way too. var field_property = txtName; *$(input[name='+field_property+']).css('background-color','#F00');* 2009/11/3 barbercraig

[jQuery] Attach a submenu to online one main menu button

2009-11-05 Thread pabera
Hey, I have a problem I can't solve myself anymore.. I got the following menu-structure in HTML ul class=level_1 li class=submenua href=# class=submenu firstLink 1/a ul class=level_2 li class=firsta href=# class=firstSublink 1/a/ li li class=firsta href=#

[jQuery] making images cycle with clueTip

2009-11-05 Thread Jack
Hello, is it possible to use clueTip to cycle images. I used jcycle to make a slide show based on images in an html page. That works fine. Now I would like these images to appear in a clueTip. I tried the clueTip feature that allows you to include a web page so I included the web that uses jcycle

[jQuery] Re: setTimeout with variables (in a jQuery statement)

2009-11-05 Thread cosmin
have you tried placing your jquery code into a new function and calling that function in setTimeout ? On Nov 4, 2:27 pm, north ollo...@web.de wrote: Hi, I'm trying to use a jQuery statement inside a setTimeout function, but I don't get it to work. I tried a lot of variants, like this one (I'm

[jQuery] jquery instead of prototype

2009-11-05 Thread TarzanLovesCita
I need to reproduce the effect of resizing DIVs like in this page: http://script.aculo.us/ it's possible to resize an object so that web-site-visitors has the sensation of a growing object like in scriptaculous? Thank u. T.

[jQuery] Preventing for event change to execute multiple times.

2009-11-05 Thread SharepointNewbie
Hi,i have this code that comes from the server side: select name=ctl00$m $g_871540ea_7c11_4663_ad02_763d4efb7a80$ctl00$ctl02$ctl00$ctl01$ctl00$ctl00$ctl11$ctl00$ctl00$ctl04$ctl00$ctl00$Elemento onchange=javascript:setTimeout('WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(quot;ctl00$m

[jQuery] Get two INPUT values, do some server side calculation, then post it back to another INPUT value in correct TR

2009-11-05 Thread palgo
Hi guys, I'm a very new to jquery, so bear with me while try to explain my dilemma :) I have a table with many TR (rows) that got 3 input fileds each. What I'm trying to do with ajax is to: * When user enters something in the two first inputs, use ajax to show the result in the last inputfield.

[jQuery] select range of days in calendar (self-created)

2009-11-05 Thread simusch
hi i have a small problem with jquery. under http://inview.ch/files/calendar.php i created a small calendar, which is thought for booking a holidays- house. i'd like to do 2 things: - click on a day changes it to yellow (works fine with toggleClass) - clicking on a day and then moving the

Re: [jQuery] Re: getJSON - need some direction please.

2009-11-05 Thread Michel Belleville
2009/11/5 RayJames cdlcollege.rayja...@gmail.com Hi Michel, I think I might have confused you a bit. The user is not necessarily my concern. Well... Then I guess it's not necessarily a good thing you design UI because it's all about the user. Ultimately, you're designing machines to work for

[jQuery] cycle plugin - remove positioning css?

2009-11-05 Thread Adam
I'm using the cycle plugin and was wondering if anyone has found a way to remove the position: relative from the main div and position: absolute from the imgs. This is added when the plugin is used. It's not very friendly in IE among other issues. Thanks! Adam

[jQuery] Why jQuery is not working on my page ?

2009-11-05 Thread vmrao
Here is my code. I have included jQuery library. script (function($){ $(document).ready(function(){ $('ul.News li[id*=Story]').each(function() { alert('test'); }); }); }); /script ul class=News li id=Story1My Stroy1/li li

[jQuery] Re: Why jQuery is not working on my page ?

2009-11-05 Thread vmrao
I just got rid of unnecessary '(function($){ ' and it worked. On Nov 5, 5:17 pm, vmrao maheshpav...@gmail.com wrote: Here is my code. I have included jQuery library. script (function($){         $(document).ready(function(){                 $('ul.News li[id*=Story]').each(function() {    

Re: [jQuery] Re: Why jQuery is not working on my page ?

2009-11-05 Thread Sam Doyle
li#Story would be more efficient Sent from my iPhone On 5 Nov 2009, at 22:24, vmrao maheshpav...@gmail.com wrote: I just got rid of unnecessary '(function($){ ' and it worked. On Nov 5, 5:17 pm, vmrao maheshpav...@gmail.com wrote: Here is my code. I have included jQuery library. script

[jQuery] Re: Get two INPUT values, do some server side calculation, then post it back to another INPUT value in correct TR

2009-11-05 Thread Maarten
On Nov 5, 10:10 pm, palgo rusha...@gmail.com wrote: I tried with this JS-code, which works for first line but also fills up the C in row2 with result.       $(.A, .B).keyup(function(event){         $.get(script.php, { a: $(.A).val(), b: $(.B).val()},         function(data){        

[jQuery] Re: Preventing for event change to execute multiple times.

2009-11-05 Thread Maarten
On Nov 4, 5:25 am, SharepointNewbie isaaccha...@hotmail.com wrote: I've tried without success: - , using preventDefault inside the bind function: eventin.preventDefault(); -  using the stopPropagatino insinde the bind function : eventin.stopPropagation(); - returning false from the bind

[jQuery] How to call mouseover of the element in loop

2009-11-05 Thread vmrao
My code is as follows. How to call onMouseOver of 'li' element in the loop from jQuery ? script $(document).ready(function(){ var curTimeInterval = 0; var timeInterval = 2000 ; $('ul.News li').each(function() { curTimeInterval += timeInterval;

[jQuery] Re: How to call mouseover of the element in loop

2009-11-05 Thread vmrao
OK. This is what I am trying to do. $('ul.News li').each(function() { curTimeInterval += timeInterval; //alert(this.id); works here setTimeout(function() { UpdateNews(this.id); //How to get this.id to work here ?

Re: [jQuery] Re: How to call mouseover of the element in loop

2009-11-05 Thread Michael Geary
Avoid 'this'. In the setTimeout() callback, 'this' is the window object! Instead you can do: $('ul.News li').each(function( i, element ) { curTimeInterval += timeInterval; //alert(element.id); works here setTimeout(function() {

[jQuery] Sound

2009-11-05 Thread shapper
Hello, Is it possible to have a music on a HTML page with two buttons to play/ stop? Can I use JQuery for this? Thanks, Miguel

Re: [jQuery] Sound

2009-11-05 Thread Erik Beeson
No jQuery necessarily needed for this. Plenty of information here: http://www.google.com/search?q=html+embed+audio --Erik On Thu, Nov 5, 2009 at 3:04 PM, shapper mdmo...@gmail.com wrote: Hello, Is it possible to have a music on a HTML page with two buttons to play/ stop? Can I use JQuery

[jQuery] 403 forbidden error with RSV plugin

2009-11-05 Thread Jim Byrnes
I added the Real Simple Validation (RSV) plugin to a working html page that loads other jquery plugins just fine. when I loaded the page I got an error saying RSV was not a function. Looking at the page with firebug it shows a 403 forbidden error saying I don't have permission to access that

[jQuery] Re: Horizontal image carousel w/scrollbar plugin for jQuery?

2009-11-05 Thread tatlar
Hi wshawn, Yes - I checked out Flowplayer but didn't see a scrollbar progression along the base of the carousel like in the Dyn-web interface. Unless I am missing something in the options? I just saw filled or empty dots to reflect the progress - not a 'slideresque' bar like my client requires.

[jQuery] Re: (validate plugin) dependency callback not being triggered

2009-11-05 Thread Brad Hile
Bump Hi I've tried every way I can think of to use dependency to enable additional elements to be required and have had no luck at all. I simply want to enable required on a number of fields when a specific radio button is selected and for it to be disabled when its not. (These fields are

[jQuery] Re: Jquery UI Accordion Navigation

2009-11-05 Thread jquery.redsqu...@googlemail.com
Your click function fail is due to the fact you hook the event up outside of a doc ready block. You can either change it to use .live or move it after the accordion initialise call. On Nov 5, 2:48 pm, mehstg1319 meh...@gmail.com wrote: Hi guys I am working on the following

[jQuery] Re: getJSON - need some direction please.

2009-11-05 Thread RayJames
Man, that felt like an ass chewing but I needed it. :) I am going to do some more homework and see how to put the advice you gave me to good use. Thanks for your time Michel. I really appreciate it. Ray James. On Nov 5, 2:42 pm, Michel Belleville michel.bellevi...@gmail.com wrote: 2009/11/5

[jQuery] Multiple ajax calls messing each other up.

2009-11-05 Thread Jaap
Hello there. I'v got two elements in my website which will be using Ajax. One is getting a random blogpost every 9 seconds or so: var noiseDisplayTime = 100; var rotationTime = 8000; function fadeOutAndGetNewTvShow(){

[jQuery] Class problem with parent item but also a last-child

2009-11-05 Thread Goh Hao-Wei
Hello, I've been experimenting with SF menu on my experimental site at getrav1.poisedvstudio.com From my understanding, any last item will be assigned the class .last- child and if the item has submenus under it, it will be assigned .parent instead. If my last item has submenus, then it loses

[jQuery] Re: How to determine number of elements after dom manipulation ?

2009-11-05 Thread RobG
On Nov 4, 6:22 am, bakman bakman.bak...@gmail.com wrote: I am generating elements (img's) based on data from an xml file. Once that is done, I want to determine the number of icons that were generated. as naive as i am, i do a: alert($('img').size()) result: 0, which isn't the case how

[jQuery] Re: (validate plugin) dependency callback not being triggered

2009-11-05 Thread Jules
Hi, Validation only triggered if you call submit the page or call the $ (form).valid() function. I didn't see any submit() or $ (form).valid() call in your page. Try adding this to your page js script inside ready() $(#validateMe).click(function(){ if($(form).valid()) alert(All data

[jQuery] Validate remote:

2009-11-05 Thread Dave Maharaj :: WidePixels.com
I have a simple test to check if email is registered already using validate remote. But am not getting any error message. I am watching the activity using Firefox and see the script checking the php script and i see the error being reported in my debug() Array ( [agree] = You must verify

[jQuery] fading issue in IE7 (works fine in FF)

2009-11-05 Thread Justin
Hi, I'm having a problem with the fade in in IE7 using jQuery1.3.2 with this simple event binding to 3 buttons. In IE when I first pressed any of the button the fade in works, but after the initial fade in the page loads, but does not fade in at all. I have no problem with this in Firefox. Any

[jQuery] show div hidden

2009-11-05 Thread alex
Hi everyone, i'm new on google groups and i'm french, well, i hope i'm at the right place. here's my problem : i'm implanting an easy chat system on my website.(like msn) this is how it works someone open a discussion with someone, he send a message. the message is stored in mysql. the other

[jQuery] Jquery validate radio buttons not working

2009-11-05 Thread azam
Hi I have been reading the tutorials, posts and forums to figure out how to get my radio buttons on my form to validate.Everything else in the form is validating except radio. I am not a developer or coder but am learning as I go along. This is what I have done : I have included validate.js ,

[jQuery] jquery blockui selector in opera browser

2009-11-05 Thread mic3000
script type=text/javascript $(document).ready(function () { $(input[name='test']).click(function(){ $.blockUI({ theme: true, title: 'test', message:'test' }); }); });

[jQuery] Validate

2009-11-05 Thread sgomez
I have this weird problem. I have a dynamic form, the id's are dynamic. To submit the data I use a anchor link instead of a submit button. form id=f1 ... a onclick=updateCompanyDetails(id); id=updateCompanyDetails_1spanUpdate Address/span/a /form script function updateCompanyDetails(id)

[jQuery] jquery autocomplete - textbox : display none

2009-11-05 Thread senthil kumar pillai
Hi, I need a text box with autocomplete feature. But, the text box is not displayed when page loads initially. Based, upon some selection in a regular drop down, this text box will appear. When I start typing the letters, I should get the autocomplete drop down. I use jquery auto-complete-4.1

[jQuery] Help applying a class dynamically to a text area

2009-11-05 Thread Deepdesign
Hi I have the following code in my head tags: $(document).ready(function() { $('input[title]').each(function() { if($(this).val() === '') { $(this).val($(this).attr('title')); } $(this).focus(function() {

[jQuery] on-page navigation

2009-11-05 Thread neandr
I'm trying to build a special on-page navigation. The following html is used to have icons/buttons which in-/decrement to header lines on the same page. The hx elements are identified by class and have 'id's. h3 class=sectionseparator id=section1 a href=# title=lt;lt;img align=left alt=

[jQuery] dimension of an object

2009-11-05 Thread JamaicaMan
I am trying to find the dimension of a div named content and print them to my screen. I am getting the top and left, but not the width and height. Here is what I have written so far: $(document).ready(function(){ var p = $(#content); var position = p.position();

[jQuery] 'Lazy' load()

2009-11-05 Thread GT
Hi y'all. I have a page that once given an input, goes and loads five DIVs with content; four of the divs are not visible (they are made visible by a click on a tab interface). What I had tried to do was as folows (given that the code has either been passed as a POST (the 'asxcode='' gets filled

[jQuery] Greenhorn with starterkit question...

2009-11-05 Thread karlkras
Hey, So I'm using the starterkit to go through the basics with jQuery and had a question on the expected behavior of this function: $(document).ready(function() { $(li).not(:has(ul)).css(border, 1px solid black); }); Isn't this saying: Select all li elements, if the li element is not

[jQuery] uncaught exception: Syntax error, unrecognized expression: %}, on using ajax

2009-11-05 Thread NMarcu
Hello all, I got an error, and I don't know how to pass on it. I got this error when I try to use ajax from django templates. I use this, from jquery: $('#create-user').click(function() { $( '#test_div' ).load( {% url test_ajax %}); }); I have this button: button

[jQuery] Having a problem with showing a div from parent.parent in ie (7)

2009-11-05 Thread Khimaira
As the subject says; I'm having a problem with showing a div from parent.parent in ie (7) here's my code: Javascript: parent.parent.$.blockUI({ message: $(#fileConf), fadeIn: 700,

[jQuery] Re: Jquery Accordion and History

2009-11-05 Thread Cowboy Ben Alman
It would probably be pretty easy to adapt the jQuery BBQ jQuery UI tabs example to meet your needs. You should take a look at the code and try to understand it, it's fairly well documented: http://benalman.com/code/projects/jquery-bbq/examples/fragment-jquery-ui-tabs/ Basically, you decouple the

[jQuery] IE bug (autocomplete)

2009-11-05 Thread Cody
I'm using the autocomplete plugin fromhttp://jquery.bassistance.de/, and my client is reporting that in IE, the multiple values are not working. He even tried the demo at: http://jquery.bassistance.de/autocomplete/demo/ And the bug is happening there too for 'multple cities'. What he's

[jQuery] How to avoid page refresh with jquery in typo3 ?

2009-11-05 Thread chris
hello, i am completely new to jquery .. what i would like to do is one simple thing, have my page contents load without a browser refresh on a typo3 site. Is this very hard to do ? I couldn't find any extension that easily allows to do this ... i would like something like this site:

[jQuery] How to get references to added elements

2009-11-05 Thread kheraud
Hello, Thank you to help me to discover jQuery. I have a very easy question but i walk around the solutions for days. //I search for sub-elements with class test of paragraphs : var elementSearched = $(p .test); //Then I add a new nodes to these elements : var returnedVar =

[jQuery] Superfish sfHover IE6 - only seems to work on right click

2009-11-05 Thread Tom Simnett
Hi, I'm having a bit of trouble with the Superfish jQuery plugin. I've got the CSS working such that if I put the class sfHover on an li it shows the right styles in IE6. When I don't do that, and roll my mouse over either the link or the li tags, nothing happens. However, oddly, when I right

[jQuery] How to make .get return only div contents

2009-11-05 Thread SECSteve
I have been able to get the .get method to work and put the results in a div. My problem is that my .get calls ont he same page as it originates from so it returns the entire page inot the div. I get the entire page with my new content inside the existing page.How do I get just the new

[jQuery] JCarousellite: Duplicating items

2009-11-05 Thread BGood
I'm using JCarousellite to create simple carousels on a Drupal site. In my template file I create the list items by looping through an array. When I try and create a carousel on one of these pages it has the habit of duplicating items in the list. Has anybody experienced this? If so, anybody

[jQuery] RadGrid and Jquery

2009-11-05 Thread riti
Hello All, I have an application which has a telerik rad Grid and a Telerik Rad Tab Strip.I want that when the user clicks on any of the row in the Grid all the details of that person must be populated in the Tab Strip.For this I have written a rowclicked event of jquery in the script section,

[jQuery] DragDrop-Determine (cursor) relative location of the draggable within the droppable

2009-11-05 Thread Steve
I'm trying to determine where the cursor (while dragging the 'draggable' element) falls within the 'droppable' element (top half, bottom half, leftside, or rightside?). I'm trying to use the 'drop' event in the 'droppable' element, but don't know how to determine the cursor coordinates relative

[jQuery] (validate) Can rules be turned off by setting them to false?

2009-11-05 Thread Mike817
I'm trying to use a checkbox to turn a validation rule off or on. The rules I'm using is: MyField: { required: #MyCheckbox:unchecked, number: #MyCheckbox:unchecked } The required rule turns off fine, but the number rule stays on. Is there anyway to make this work?

[jQuery] support for IE 5.*

2009-11-05 Thread ljw
jquery works with IE 6+ and three other major current browsers. Is it generally expected to work with older browsers such as IE 5.*, just not tested? If not, what generally is expected to go wrong?

Re: [jQuery] How to get references to added elements

2009-11-05 Thread Richard D. Worth
Use insertAfter() instead. See http://docs.jquery.com/Manipulation/insertAfter http://docs.jquery.com/Manipulation/insertAfter- Richard On Thu, Nov 5, 2009 at 5:50 PM, kheraud kher...@gmail.com wrote: Hello, Thank you to help me to discover jQuery. I have a very easy question but i walk

[jQuery] Codebehind not working when background inactive on popup loads

2009-11-05 Thread Priya
Hi, I put the jquery in my masterpage

[jQuery] codebehind not working when i make background inactive on popup loads

2009-11-05 Thread Priya
Hi, I make the page dim when a popup loads.The jquery and css are written in masterpage like this %@ Master Language=VB CodeFile=ESCCMaster.master.vb Inherits=ESCCMaster % script src=js/jquery-1.3.1.min.js type=text/javascript/script script type=text/javascript

Re: [jQuery] How to make .get return only div contents

2009-11-05 Thread Michel Belleville
Well, you should consider reading the doc sometimes : http://docs.jquery.com/Core/jQuery#expressioncontext By default, if no context is specified, $() looks for DOM elements within the context of the current HTML document. If you do specify a context, such as a DOM element or jQuery object,

Re: [jQuery] DragDrop-Determine (cursor) relative location of the draggable within the droppable

2009-11-05 Thread Michel Belleville
Indeed you're using the right callback. Now you might use substract the droppable's coordinates relative to the document ( http://docs.jquery.com/CSS/offset) to the clientX and clientY and guess what you'll get ?... Now to know wether you're on the top / bottom | left / right corner, you may use

[jQuery] Preventing for event change to execute multiple times.

2009-11-05 Thread SharepointNewbie
Hi,i have this code that comes from the server side: select name=ctl00$m $g_871540ea_7c11_4663_ad02_763d4efb7a80$ctl00$ctl02$ctl00$ctl01$ctl00$ctl00$ctl11$ctl00$ctl00$ctl04$ctl00$ctl00$Elemento onchange=javascript:setTimeout('WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(quot;ctl00$m

Re: [jQuery] How to avoid page refresh with jquery in typo3 ?

2009-11-05 Thread Michel Belleville
Yes indeed, you don't know the super-secret website to get answers to questions : http://www.lmgtfy.com/?q=jquery+tutorial Now jQuery users, especially when new should consider reading the api, especially since jQuery's api is so readable and not very long. For exemple, this may answer most of

Re: [jQuery] Having a problem with showing a div from parent.parent in ie (7)

2009-11-05 Thread Michel Belleville
'-webkit-border-radius': '10px', '-moz-border-radius': '10px', Guess what, IE doesn't use webkit nor does it accept's mozilla-specific properties. I'm not sure it's what's causing the problem but I'm sure css properties

Re: [jQuery] 'Lazy' load()

2009-11-05 Thread Michel Belleville
This might help : http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery http://docs.jquery.com/Core/jQuery#callback Michel Belleville 2009/11/6 GT geoffrey.tran...@gmail.com Hi y'all. I have a page that once given an input, goes and loads five DIVs with content; four of the divs are

Re: [jQuery] Greenhorn with starterkit question...

2009-11-05 Thread Michel Belleville
It's not saying what you want, instead it's saying : - $(li) get all li - .not(:has(ul)) keep only those that don't contain any ul You might prefer something on the lines of : $(li).not(ul li) Which says : - $(li) get all li - .not(ul li) don't keep those that have ul for ancestor

Re: [jQuery] show div hidden

2009-11-05 Thread Michel Belleville
I guess you're at the right place, and what you want is exceedingly simple : .hide() on the element you'd like to hide will do the trick. Michel Belleville 2009/11/3 alex akno...@gmail.com Hi everyone, i'm new on google groups and i'm french, well, i hope i'm at the right place. here's my

Re: [jQuery] Re: getJSON - need some direction please.

2009-11-05 Thread Michel Belleville
As long as you find your way b^^d Kind regards, and keep us updated. Michel Belleville 2009/11/6 RayJames cdlcollege.rayja...@gmail.com Man, that felt like an ass chewing but I needed it. :) I am going to do some more homework and see how to put the advice you gave me to good use.

Re: [jQuery] support for IE 5.*

2009-11-05 Thread Michel Belleville
Well, don't expect much to work on IE 5, and remember IE6 handles most CSS like sh... Just a question : why bother trying to be compliant to a product that's been obsolete for something like 8 years already and that no-one bothers to use anymore ? Michel Belleville 2009/11/6 ljw

[jQuery] Re: Get two INPUT values, do some server side calculation, then post it back to another INPUT value in correct TR

2009-11-05 Thread palgo
Thanks Maarten. I'll go ahead an test this soon. Let you know how that goes! :) - Palgo On 5 Nov, 23:30, Maarten maartenwie...@gmail.com wrote: On Nov 5, 10:10 pm, palgo rusha...@gmail.com wrote: I tried with this JS-code, which works for first line but also fills up the C in row2 with