jquery x 2,329

20,316 Topics

Member Avatar for
Member Avatar for A Day Old Bagel

Alright, I've written in javascript and dabbled in torque, but I'm sick of the noob stuff. What are good languages and progs up to date? (haven't been developing for a while now). No rush... just thought I'd ask before dissapointing myself with [code=language]C++_+_---+_==--[;)]/[/code] etc.

Member Avatar for wvgoethe
0
154
Member Avatar for ytregnn

[url]http://www.masugadesign.com/the-lab/scripts/unobtrusive-ajax-star-rating-bar/[/url] Does anyone know how I could do a top 10 list within a table that has every second "table" in diferent colors with different pictures that will show up based up on the rating is an odd or even number (1=blue 2= grey, 3,=blue, ect.) Look at this picture …

Member Avatar for ytregnn
0
123
Member Avatar for newsteve

Hi there, Im trying to design a fun page where a after an onclick on the parent page, several small child windows are opened. Upon clicking the content of any of those windows, I want all of the child windows to close. I can get self.close() to close the clicked …

Member Avatar for ~s.o.s~
0
105
Member Avatar for tygerberg

Hi My site has several ads, but I don't know how to position them. The images are javascript. Could anyone help me?

Member Avatar for etechsupport
0
143
Member Avatar for JC4QLx3

The following code worked perfectly when I was using a normal window, but now that I have changed it to a frameset, it does not work. I have been reading as much as I can find on the subject and I realize that there are a different set of rules …

Member Avatar for ~s.o.s~
0
131
Member Avatar for ZSA004

I am trying to finish a fishing program. Basically the user inputs how many fish spawn and how fast they move, then the user tries clicking as many fish as possible before they go off the screen. Also, the fish need to turn into a fish skeleton (which was drawn …

Member Avatar for krnekhelesh
0
256
Member Avatar for Infarction

I'm working on a website that's basically a forum software, but with a different arrangement. There are only 3 levels of posts (questions, solutions, and comments), and for the comments I want to be able to have the user highlight part of a solution to comment on. To do that, …

Member Avatar for Infarction
0
310
Member Avatar for MidiMagic

XHTML has removed the "name" attribute. But the JavaScript method for reading radio buttons requires the "name" attribute to be the same on each radio button. W3C says to use "id", but that no more than one "id" is valid. I need to write an XHTML page with radio buttons. …

Member Avatar for MidiMagic
0
362
Member Avatar for sted

Hello, Well I've got a bunch of Textboxes with color hex codes inside (#cccccc). Now in an IFrame on the same page I want to use these colors. I couldn't find a solution yet, can somebody please help me. Thanks in advance.

Member Avatar for MidiMagic
0
97
Member Avatar for greeny_1984

hi everyone, i doing an application on image gallery in which i have an thumbnails of pics and a big image .when ever i click on the thumbnail image it should be displayed in the big image and there are previous and next buttons aslo.iam using the following code,it is …

0
69
Member Avatar for jeremusic

I have a menu that uses javascript ot show and hide submenus. It works in IE but not in Firefox. I've pasted part of the code below: montre = show and cache = hide (french) i.e. used to show and hide the submenus. I attached the whole file if you …

Member Avatar for jeremusic
0
293
Member Avatar for Cookie Kumar

Hi Friends, I have a form which contains elements such as check boxes,text box,text area ., Problem is in Check boxes. By default, Check boxes are unchecked and text boxes are blank. I clicked one check box, entered some values in text boxes. then After a page refresh ,the values …

Member Avatar for MidiMagic
0
77
Member Avatar for Eko

I have a list of users(signed for a newsletter).I'm retrieving the list from a database when the admin clicks on a button. [B]There are maximum 10 users diplayed per page[/B].For example,if I had 30 users in the database,I would have 3 pages of users(Page 1,2,3); [B]For each listed user ,I …

0
70
Member Avatar for rav_n

Hi there. I have been working on a rather big webapp for some company. It is based on RoR and uses lots of AJAX and JS. My problem is, that the whole app works perfectly on Mozilla/Firefox/Konqueror. But I have mysterious JS error messages in IE5,6,7 and some (well... rather …

Member Avatar for MidiMagic
0
93
Member Avatar for MidiMagic

How can I get JavaScript to display values and attributes when they are written to input boxes by the script, instead of waiting for a rather lengthy (10 sec) calculation to finish? - IE does not change the boxes at all, until after the script finishes. - FF displays the …

Member Avatar for MidiMagic
0
1K
Member Avatar for suresh_nsnguys

Hi, i am new member to this forum. i am trying to solve this problem from past 2 days.but i can't able to acheive it. i able to capture single mouse click over flash(<Embed> object) using onactivate event handler.But it is supported by IE. i want some event in Firefox …

Member Avatar for ~s.o.s~
0
172
Member Avatar for sillyboy

Hi, I'm trying to use a double click action on a input field. It works fine on firefox, but doesn't work on ie7 saying the object doesn't support the action. My action so far is just an alert box (for testing purposes), is this a known compatibility issue?

Member Avatar for sillyboy
0
146
Member Avatar for techbuddy

A string array has to be listed in a div object. How do i allow keyboard users to access the list ? please help !!

Member Avatar for MidiMagic
0
57
Member Avatar for mikeandike22

I want to make like a loading page that shows a progress bar and then displays an enter button so they can enter the website. Something with an ajax like look.

Member Avatar for mikeandike22
0
90
Member Avatar for JC4QLx3

I am new to DOM and need a little help. I have opened a named page with window.open. Later when the user clicks on the link from the parent page that was used to open the child window, they are confused because they think the function doesn't work. Of course, …

Member Avatar for ~s.o.s~
0
226
Member Avatar for marjan_m

I want to build a news panel in which news will be moving frm up to down. [CODE] <div id="Layer8" style="position:absolute; width:263px; height:123px; z-index:11; left: 499px; top: 476px; background-color: #336699; layer-background-color: #336699; border: 1px none #000000;"> <marquee align="top" direction="down"> <div align="center"> <a href="#"><font color="#FFFFFF" size="2" face="Verdana">Academy Classes from 5th to …

Member Avatar for phper
0
156
Member Avatar for venu@baylogic

Hai friends, Please help me that how can i solve this problem, how can i include AJAX in PHP,Can u tell me that how can i configure system for AJAX.

Member Avatar for phper
0
178
Member Avatar for NetFamous

Hi, I have a search engine over at zoodlez [dot] net, the script that runs it is fairly simple and pull results from altavista, msn, and yahoo.. Anyway.. I have been looking for a way to implement a related search feature into this thing.. For example, if someone searched for …

Member Avatar for cereal
0
150
Member Avatar for Cerberus

Hi. Can anyone tell me how i can make a call to a javascript function when a user clicks on some plain text. Thanks.

Member Avatar for Cerberus
0
63
Member Avatar for MattEvans

<iframe src="http://fusiongroups.net/test.html" /> I noticed this a while back... it seems that any html in the first part of the body of a message gets interpreted in that little preview box that shows the first part of a thread when you mouse over the title in a forum view... is …

Member Avatar for MidiMagic
1
470
Member Avatar for vinod varma
Member Avatar for Tokyoprince

Hi, I am running XP Pro with SP2 and IE6. Whenever I try to open an html file in IE6 containing javascript on my Local drive, I get the message saying that IE has restricted the file from showing active content. I can override this by 'allowing blocked content' on …

Member Avatar for jhonny9696
0
110
Member Avatar for RichardL

Hi, I'm trying to do a recusive search of all files containing either "ipso" or "lorem", starting in directory [code]K:/_Projects/JavaScript[/code]. I'm running GnuWin32 grep in win-bash within a WinXP/SP2 Command Window. Here's the code from three tries [code] bash$ pwd K:/_Projects/JavaScript bash$ grep -l -i lorem *.* grep: *.*: Invalid …

0
63
Member Avatar for cmg1986

Hello... I have a quiz application based on PHP. I use paging, which is showing only one question per page. I want to set a time limitation on the application. The problem is that when i do refresh the page then javascript countdown timer start from starting. What i want …

Member Avatar for MidiMagic
0
125
Member Avatar for gvsmani

Hi all, I have an HTML/Css code, for display of Collapsible Data. While the Data grid/table looks neat and good in IE, it is not so in FireFox. Furter in FF, each row height keeps expanding, on usage of the collapsible marker .... Can anyone help me in fixing this …

Member Avatar for MidiMagic
0
85
Member Avatar for greeny_1984

hi every one, i want to create autocomplete for a search textbox in a site.can any one say how to create it using only javascript not ajax or other advanced options. waiting for u r replies bye

Member Avatar for MidiMagic
0
70
Member Avatar for Arch_Bytes

I was wondering if there was a way to know, in javascript, which form is active or which form the user is accessing? Thanks in advance!

Member Avatar for ~s.o.s~
0
86
Member Avatar for shaist

Hi. Im developing my first website and need some help with my menu. Im trying to use the rollover effect using images. The 'MouseOver' function is working just fine. But I need the second image(hover image) to appear and stay there when the user clicks on the link and opens …

Member Avatar for ~s.o.s~
0
125
Member Avatar for jeepj27

Hi To All - Is anyone aware of how, or if there is a script available that I can use to have a + or - button on each page of my site that will allow visually impaired visitors to ENLARGE THE TEXT on that page? Thanks for anyone's time/help! …

Member Avatar for ~s.o.s~
0
143
Member Avatar for vinoth_nat

Hi all... My coding is in below working good in IE. But not in Firefox, I don't know what i am doing wrong? Can any one help me...? document.getElementById([COLOR=#800000]"nodeValue"[/COLOR]).innerHTML=afor(); here the afor() function will return a string. Thanx advance....

Member Avatar for ~s.o.s~
0
134
Member Avatar for Dani

Does googlebot spider IFRAME tags? Do they actually follow the URL as if it were a link? Or do they spider the contents of the IFRAME as if it were part of the included page? Unlike JavaScript, there is no client-side parsing that needs to be done with IFRAMEs. Just …

Member Avatar for CertGuard
0
313
Member Avatar for reen.blom

Ok. I give up. I have read a 1000 and 1 tutorial online and still havent figured out what to do. I have graphic buttons on my page with ImageReady generated Javascript, they change their rollover state. I need to create a simple dropdown menu. Like with 2 items in …

Member Avatar for reen.blom
0
135
Member Avatar for nanodano

I need to research ways to run a diagnostic check on a user's browser. This includes [LIST] [*]Cookies enabled [*]Javascript available and version [*]Pop-up windows enabled [*]Javascript available and version [*]Flash available and version [/LIST] If anyone has any tips on how to integrate all of these checks on a …

Member Avatar for MattEvans
0
79
Member Avatar for Member #185617

Hello friends, I am doing Final year in Batchelor of Technology in the branch Information technology. I am devlopping an application in ajax that is Chatting application.Can u please help me to give the requirements

Member Avatar for MidiMagic
0
61
Member Avatar for hbmarar

Hi, I would like to know whether is there any way i could avoid mailto to take outlook or any other email client or could i control to use only a specific email client? I have heard of uniformmail but i would like to know of this. i request pointers …

Member Avatar for MidiMagic
0
93
Member Avatar for jvcoach23

I have a page.. call it page1. it has a button_click event that fires some sql stuff and the does a response.redirect("page2.aspx?ID=1") page2.aspx we do some things and then click a button and that button does a response.redirect("page1.aspx?ID=1") now.. when page1 comes back up, and i try to click on …

Member Avatar for jvcoach23
0
159
Member Avatar for hbmarar

Hi , wishes. I got two drop down: drop down A is services and dropdown B is sub services. These two are visible. Now the third elements is a textbox. I select a service in A , and another in B. so I wud get A option as root node …

0
43
Member Avatar for akash_msrit

Hi, I have a html table , in table i am displaying dates in column called date, now i want to compare dates in the date column with current system date. if any one have existing code(in jsp ,javascript) for this please forward me or any advise and suggestions are …

Member Avatar for jwenting
0
1K
Member Avatar for phpxtrem

I am a teacher and am having trouble thinking of ideas for my summer computer science class. We deal with HTML, CSS, JavaScript, PHP, and MySQL. The project should be fairly adept in order to challenge my students...they are training for a rigorous national competition. Please help me! Thank You …

Member Avatar for Cerberus
0
68
Member Avatar for akash_msrit

hi this is manjunath new to cgi, i have some cgi code, now i want to implement the same in javascript or jsp, please help me to do this. or please explain me what this code is doing. here is the code: $c = 1; while(Allbase::FetchRow(\@d)) { $d[2] = substr($d[2],0,10); …

Member Avatar for KevinADC
0
98
Member Avatar for rinoa04

Hello, I have done a web based project in C#. One of the module that I did was newsletter. I did the newsletter in javascript to design a simple editor with simple function such as bold, underline, italics etc like the one we used in this forum. I am wondering …

Member Avatar for Member #46692
0
116
Member Avatar for hari_haran900

i want to design a email creation form in java script...if u have had that code ..send me..urgent..plz...

0
58
Member Avatar for DeOiD

hi i need to open a new window using [INLINECODE]open.window[/INLINECODE] to control some parameters, like window size, bars, scrollbars... the problem is that this way the brower blocks the window like if it was a popup... is there any way to solve this? if there is any other way to …

Member Avatar for MidiMagic
0
262
Member Avatar for ShawnCplus

Most likely you've seen a flash MP3 player or two while searching the web but I have a favorite. This is the [URL="http://www.jeroenwijering.com/?item=JW_MP3_Player"]JW MP3 Player[/URL], mainly because it has external JavaScript functions that can be used to access data about the player dynamically. I've written a few things for it …

Member Avatar for ~s.o.s~
1
507
Member Avatar for praveen_kr541

Here in my project i am using [COLOR="Red"]this[/COLOR] reference to know my current name of td. Below i provided sample code similar to my project. "[COLOR="Red"]this[/COLOR]" won't working in Mozilla. I am migrating my project to Mozilla . So please help me. [code] <html> <head> <script> function f(a) { alert(a); …

Member Avatar for Voynex
0
120

The End.