15,688 Topics

Member Avatar for
Member Avatar for designershiv

Hello Friends, I need your help again sample code `<div id="generic_photo125_addinputs"><ul><li><input type="button"/></li></ul></div>` The above code generated automatically, i like to hide the button inside the li, Now the problem is all the ids, class everything is generated dynamically,so i cant able to target the button based on the selector,Is it …

Member Avatar for gon1387
0
144
Member Avatar for divyakrishnan

Hi.. I am doing an online quiz software.I have total 100 questions with 5 in each page.I want to go to a particular question number and I want to fix the focus on that question(Not on the top of the page).Each question is inside a label.I am calling a function …

Member Avatar for ajbest
0
122
Member Avatar for emmanueloladele

Hello all, I have a frameset which contains two frames called 'menu' (to place my menu) and 'content' to place my main page. when you click a link in the 'menu' frame, the url opens in the 'content' frame. In the 'content' frame I have an iframe name 'bodyText'. I …

Member Avatar for shivani3832
0
6K
Member Avatar for riahc3

Hello I wish to convert the following jQuery each to fors....This way I can see it a lot clearer.... var draws = this.canvasListener.getDrawManager().getAll(); $j.each(draws, function(index, draw) { var points = draw.getPointManager().getAll(); $j.each(points, function(index, point) { }.bind(this)); } Yes, I know "each" is faster and better optimize but I dont care. …

Member Avatar for riahc3
0
144
Member Avatar for unikorndesigns

Hi I have modified the dropbox script with the following <script type="text/javascript"> $(function(){ var dropbox = $('#dropbox'), message = $('.message', dropbox); dropbox.filedrop({ // The name of the $_FILES entry: paramname:'userfile', maxfiles: 10, maxfilesize: 50, url: '<?php echo base_url();?>ajax/post_file.php', uploadFinished:function(i,file,response){ $.data(file).addClass('done'); // response is the JSON object that post_file.php returns }, …

Member Avatar for LastMitch
0
381
Member Avatar for dalilice

Hello guys, I'm building a website for tablets and i want o add the ability for the user to swipe down to another div. I've found some jquery plugins for this but only for left/right, and from some blogs that jquery doesn't support this ? Is that true and how …

Member Avatar for <M/>
0
275
Member Avatar for riahc3

Ive created a dropdown box dynamically getting datea from a database but when I try to get (or set) the first value, it always says undefined. Ive tried something like: $j("#mydiv").val(1); var somevariable = $j("#mydiv").val(); console.log ("print it out " + somevariable); And it says print it out undefined If …

Member Avatar for riahc3
0
168
Member Avatar for korathualex

Reorder 5 divs dynamically...Right now i am able to swap between two divs using jquery....I want to reorder divs as per wish...For instance if there are 5 divs as div1,div2,div3,div4,div5 etc i must be able to reposition as any order (div4,div3,div2,div5,div1 etc or div3,div2,div5,div4,div1 etc).....I tried many javascript mentioned but …

Member Avatar for pritaeas
0
2K
Member Avatar for Rizi004

hi i wnat to send 11 ans using jquery ajax request below is my function tell me how i can send 11 parameter and want to get these 11 values in php i send the request with one parameter and function work successfully tell me how i can send 11 …

Member Avatar for pritaeas
0
202
Member Avatar for riahc3

Hello Im wondering if Thickbox is movable. If not, is there a alternative that I can quick change to (meaning almost no transtition) so I make a modal window movable....Must support iframes.

Member Avatar for riahc3
0
95
Member Avatar for Proglearner

Aside from multiple-page access, when is it a better idea to use external js files than to embed scripts in a webpage?

Member Avatar for Shadizon
0
170
Member Avatar for christine_87

My problem is that when I try to convert a unit, the result does not is displayed in the textbox this is my code <script type="text/javascript"> function convertVals() { // retrieve values and types of and for conversion var sel1_val1 = parseFloat(document.sel1.conv[sel1.conv.selectedIndex].value) var sel1_val2 = document.sel1.conv[sel1.conv.selectedIndex].value2.toLowerCase() var sel2_val1 = parseFloat(document.sel2.conv[sel2.conv.selectedIndex].value) …

Member Avatar for LastMitch
0
122
Member Avatar for pjrey

i have a popup hover menu showing diner menus on our business website... couple issues. one, on iphone/ipads it is not showing up by curser, as it does with IE, or firefox... i noticed on chrome, it works, but i did an X and Y offset, that IE and Firefox …

Member Avatar for mattster
0
249
Member Avatar for CloudZELL91

<html> <head> <title>Grade Calculation</title> <script type="text/javascript"> function Add() { var a=parseInt(document.getElementById("fptxt").value); var b=parseInt(document.getElementById("sptxt").value); var c=parseInt(document.getElementById("fgtxt").value); var d=a+b+c; document.getElementById("sgtxt").value=d/3; } //grade equivalent if(sgtxt >= 95&& sgtxt < 100) { document.write("etxt").value=excellent; } else if(sgtxt >= 90&& sgtxt < 95) { document.write("etxt").value=VeryGood; } else if(sgtxt >= 85&& sgtxt < 89) { document.write("etxt").value=Good; } …

Member Avatar for AleMonteiro
0
258
Member Avatar for arishy

I am attaching the saved html of a usage report. Basically, it gives you daily usage by date. I needed a better data like the accumulated usage for the month to date of subscription, AND the percentage of quota use ..etc.. I wrote jquery to do that. My first attempt …

Member Avatar for arishy
0
109
Member Avatar for eburlea

Hi. I have a select box with the id=1. I need a solution for: when changing the select box with the id=1 to appear another select box with the id=2 and when changing the select box with the id=2 to appear another with the id=3, and so on. I have …

Member Avatar for eburlea
0
282
Member Avatar for katties

Hi I have a problem with retrieving first populated, than selected by user quantity from the select dropdown menu. I have several the same numeric type of menus. They contain values 0-20. Event onchange causes the selected number to be displayed in an html div. It works fine. However, if …

Member Avatar for katties
0
149
Member Avatar for McLaren

Hello, I was following series of tutorials http://net.tutsplus.com/tutorials/javascript-ajax/build-a-contacts-manager-using-backbone-js-part-5/ 5 part is not finished yet. BUt I 4 parts are done. In 5th part there is written about .net, but I want to use php. The problem is - application worked fine when I was not using php - only html …

Member Avatar for McLaren
0
237
Member Avatar for techyworld

Hi, I'm coding a game, i have a form to create player. I use html5 storage to create this. But the problem is if you go to tools>local storage, the password is visible. I want to implement some sort of security to hide this password in javascript. Can someone tell …

Member Avatar for techyworld
0
119
Member Avatar for petrakid

I am using jquery.filedrop.js to create a HTML5 drop box for users. Currently I have it working about 2/3s the way I want it to. The company does yearly conferences, and I have a file path 'file/path/to/conferencefiles' where I save media (docs, images, vids, etc) based on the YEAR of …

Member Avatar for unikorndesigns
0
916
Member Avatar for riahc3

Man that was a mouthful! Basically I have a page which when I click on a button, a jQuery (iframe) window comes up. Here there is a combobox that should be filled with values I read from a database. Ive been reading two pages: http://openenergymonitor.org/emon/node/107 http://stackoverflow.com/questions/8019489/simple-ajax-jquery-script-how-can-i-get-information-for-each-of-the-rows-in-the But Im having problems …

Member Avatar for riahc3
0
949
Member Avatar for cmabill

I want to use below code for my google map, which is posted on internet and easy to understand, but it doesn't works. I hae get API key but when I replace the original key, I don't know which part of code I need to modified. how to get a …

Member Avatar for riahc3
0
287
Member Avatar for simplypixie

I thought I had this sorted on another website but just can't resolve the problem now. I have a link that when clicked shows a form. The form is submitted through jquery ajax, runs the PHP and updates the html in a div on success. All fine. However, after the …

Member Avatar for simplypixie
0
978
Member Avatar for anandschiru

Can anboby give some links for month picker and year picker in javascript.

Member Avatar for Bachu
0
122
Member Avatar for 0Usama.Naeem0

http://www.rcdxb.com/ Can this website work work on Internet explorer (All versions, specially 6)? The transition effects and everything

Member Avatar for riahc3
0
98
Member Avatar for Pervex

Hi, Am trying to get some data from DB , here am checking whether username is registered or not , if he register am getting some data related to that user and displaying on window . I want function to wait for untill user finish typing his username , then …

Member Avatar for riahc3
0
600
Member Avatar for Gabums

Greetings! I took some code from this [site](http://osvaldas.info/elegant-css-and-jquery-tooltip-responsive-mobile-friendly). It works great in EVERY browser but IE7 where the arrow of the tooltip is missing. I know that there are issues with IE7 not supporting :after in CSS. I've tried adding this code: <!--[if lt IE 8]> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script> <![endif]--> But …

Member Avatar for Gabums
0
402
Member Avatar for katties

Hi I have this question about a loop that would create many numeric-value drop downs on a page. So far I have managed to populate with javascript only one per page. I am trying to make a loop that would take various id-s of the 'select' tags in html, and …

Member Avatar for katties
0
227
Member Avatar for daniel36

I am having the form <html> <head> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script src="form.js"></script> </head> <? mysql_connect('localhost','root',''); mysql_select_db('test'); $query="SELECT * FROM user"; $result=mysql_query($query); ?> <div id="contact_form"> <form name="contact" action=""> <fieldset> <label for="txn_unit" id="txn_unit">Txn Unit</label> <SELECT name="name" id="name"> <OPTION value="">SELECT</OPTION> <? while($row=mysql_fetch_assoc($result)) { ?> <OPTION value="<? echo $row['id']; ?>"><? echo $row['first_name']; ?></OPTION> <? } …

Member Avatar for daniel36
0
133
Member Avatar for PaliGap

I have a project where my code will have to coexist with code in web pages designed elsewhere. My code will use jQuery, and so there may be an issue if the parent page already runs jQuery (and maybe jQuery plugins). I would have thought the correct thing to do …

Member Avatar for riahc3
0
194

The End.