15,688 Topics

Member Avatar for
Member Avatar for spherecraft

hello forums. i have small problem im creating a simple page (no php ) just javascript and html. i have order.html which has a list of items. and then when you click the drop down menu it will automatically display the price of the item depending on the quantity on …

Member Avatar for IIM
0
412
Member Avatar for otengkwaku

I want to do and internet radio and i need someone to point me in the right direction that is, what technologies to use and also useful links and book. thank you

Member Avatar for alex007
0
205
Member Avatar for RamNandan

hey guys i have a table which has a textbox in each of the rows. Each of these textboxes hold value as its row id. This value in the textbox is changeable and i want to move that particular row to a new row mentioned by the user in the …

Member Avatar for RamNandan
0
153
Member Avatar for srinidelite

*Hello I was designing a form to take some value in the given fileds and return the whole as a "DRAFT" once the user fills the form clicks copy to clipboard the whole draft has to be copied ,if he/she clicks clear button the all fields has to be cleared …

Member Avatar for LastMitch
0
1K
Member Avatar for venu.gopal

Hi, I am very new to PHP, and i need small help. i need to fetch data on selection box onchange event and then apply pagination to the results. i have done etching data with ajax and when i tried applying pagination i am unable to load parent page of …

Member Avatar for pixelsoul
0
469
Member Avatar for arctushar

Hi I want to develop page. Where there will be three mp3 files as audio. 1.mp3 , 2.mp3 & 3.mp3 files. and there will be three button. button 1 , 2 and 3. Initially button1 will be enabled and other two will be disable. then when user click on button …

Member Avatar for LastMitch
0
101
Member Avatar for developer707

Hi, I have some time that I am trying to build a page with some menus and to include joberbase into one menu but I am having a problem to include it on the page. I am using iframes to show it, but when I click on Post New Job …

Member Avatar for LastMitch
0
208
Member Avatar for javalover

For my site I am interested in using google and facebook login api using javscript. I have to do reauthorization also, once they logged in, for accessing some pages they have to reauthorize(re-enter password). Implementing this in facebook login api is much easier and in google, they mentioned we have …

Member Avatar for LastMitch
0
198
Member Avatar for JeanPhilippe

Hi, I have kind of a weird problem and I can't figure what is wrong. This is my Ajax php page : <?php // Configure connection settings include('dbconnect.php'); include('functions.php'); // Fetch the data $timestamp=$_GET['t']; $dimanche='2013-03-03'; $samedi='2013-03-09'; $queryEvents=mysql_query("SELECT * FROM `events` WHERE `start_date`=`end_date` AND `start_date`>='$dimanche' AND `start_date`<='$samedi'"); while($resultEvents=mysql_fetch_array($queryEvents)) { echo"<div id='drag-div-".$resultEvents['id']."' …

Member Avatar for JeanPhilippe
0
215
Member Avatar for ipster

#Web app state management# The current state of the user interface determines which application actions are enabled and thus which html elements are enabled for the user to invoke them. Classes are used in the html to indicate elements that need to be managed. Then jQuery is used to configure …

Member Avatar for LastMitch
2
357
Member Avatar for Tinnin

Hi all, I'm trying to change the border style of some buttons (but nothing is happening) with the following code: <script type="text/javascript" src="JavaScript/WS_Button.js"></script> which is in the <head> section. and: <td id="register_button_area"><input type="submit" name="register" value="register" id="register_button" /></td> <td id="login_button_area"><input type="submit" name="login" value="login" id="login_button" /></td> which is in the <form>. and …

Member Avatar for Tinnin
0
368
Member Avatar for techyworld

Hi, i have a 2D array animal and i want to copy it to another 2D array myArray. can somehelp? the code below is not working. I am havine this error : Uncaught TypeError: Cannot set property '0' of undefined on line 7 var test=""; var myArray=new Array(animal.length); for (y=0;y<animal.length;y++){ …

Member Avatar for pritaeas
0
341
Member Avatar for suavedesign

Hi, I am using jquery to make some text scroll in to my web page. I want to know how to make it appear slowly. This is the script I am using: $(document).ready(function() { $('p').animate({"left":"300px", },"500"); }); I tried this, to make it go slower: $(document).ready(function() { $('p').animate({"left":"300px", },"500","slow"; }); …

Member Avatar for pritaeas
0
179
Member Avatar for vizz

I need help to create **Full Screen Filterable portfolio using jQuery** with thumbnails? 1. thumbnails will be Filterable 2. option to choose position of filter and thumbnail(right, left, top, bottom) 3. after click on thumbnail background image should change 4. slide in/out filter with small icon (**$('#filtertext').animate();**) 5. thumbnails should …

Member Avatar for vizz
0
298
Member Avatar for stevanity

I have been developing a rails app for a week now. I use jquery-rails gem to use jQuery and everything was working fine. But today, when I started the development server, jQuery just wasn't loading. The console gave the error `jQuery not defined` and `$ not defined` and so forth. …

Member Avatar for LastMitch
0
394
Member Avatar for PriteshP23

Hello All, Objective is to manage **radio button Dynamically**. One should be able to *add/delete radio button by ADD and DELETE button* in form. To make CLEAR the question, please look at the image "BUTTON". In addition, it should be displayed with updated values (*Need to manage from database side …

Member Avatar for PriteshP23
0
2K
Member Avatar for PriteshP23

It is not working AFTER refresh anymore: // php <div style="padding-left:280px;"> <!-- Add --> <input type="button" class="btnAjouterConfigure" id="add" value="Ajouter" style="text-decoration:none; width:100px; height:41px; line-height:34px; font-weight:bold;" onclick="addnature()"/> &nbsp; <!-- Delete --> <input type="button" class="btnSupprimerConfigure" id="delete" value="Supprimer" style="text-decoration:none; width:100px; height:41px; line-height:34px; font-weight:bold;" onSubmit="return deleteRadioButton();"> <div id="fooBar"></div> </div> <br /> <div style="height:auto; padding-left:280px;" id="mainRadio"> …

Member Avatar for PriteshP23
0
317
Member Avatar for JeanPhilippe

Hi, I would like to know how can make my javascript works after an ajax request. This is my page : <script src='includes/dragResize.js'></script> <script src='includes/domdrag.js'></script> <div id='events-loop'> *IT KEEPS RELOADING HERE*/ </div> <script src='includes/ajax_events_loop.js'></script> And my Ajax file : $query=mysql_query("QUERY"); while($result=mysql_fetch_array($query)) { <div id='events'>The events</div> <script type='text/javascript'> var resize-1 = …

Member Avatar for AleMonteiro
0
8K
Member Avatar for ismael ahm@d

Hi all friends, As per the below mentioned code, the given No of votes should calculate in percentage and entry per field should not exceed from 100%. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script type="text/javascript"> function test(vote) { …

Member Avatar for ismael ahm@d
0
254
Member Avatar for Pervex

Hi, I saw in Django framework , in there we can inherit the templates from common base.html. In base.html all the common things are defined , And in other templates content of the pages are changed . I just want define all common div's like header , footet and nav …

Member Avatar for LastMitch
0
138
Member Avatar for bvrameshbabu

Hi, I am working on sproutcore framework. My objective is to retrieve the data from fixtures and load into data source. I am able to achieve it with the following code SC.Store.create().from(SC.Record.fixtures) But it is getting failed by using the below code store: SC.Store.create().from(SC.FixturesDataSource.extend({ simulateRemoteResponse: YES, latency: 250 })) What …

Member Avatar for LastMitch
0
79
Member Avatar for soapyillusion

Hello all, I have a dialog window with a jqgrid. Wihin the jqgrid I have. multiple dropdows, one for each of the 50 states. And each state takes a different row. Depending on what is going on from output in a database each one of those states is to have …

Member Avatar for IIM
0
202
Member Avatar for Sabyre

I'm using WebIM for chat support on a website. I would like to be able to setup a timer for when a client initiates a chat session, if an operator/tech does not respond within 'x' seconds I would like the page to redirect to another page where the client can …

Member Avatar for Sabyre
0
246
Member Avatar for spherecraft

hello forums. i have small problem im creating a simple page (no php ) just javascript and html. i have order.html which has a list of items. and then when you click the drop down menu it will automatically display the price of the item depending on the quantity on …

Member Avatar for LastMitch
0
114
Member Avatar for pritaeas

I came across this plugin called [baraja](http://tympanus.net/codrops/2012/11/13/baraja-a-plugin-for-spreading-items-in-a-card-like-fashion/) by accident. Looked interesting enough to share.

Member Avatar for Dani
1
92
Member Avatar for vizz

**I'm using [Ascensor.js](http://kirkas.ch/ascensor/#/Home)** I have five div <div id="about" class="section"></div> <div id="home" class="section"></div> <div id="services" class="section"></div> <div id="portfolio" class="section"></div> <div id="contact" class="section"></div> I need to create layout like, about => left home => center services => up portfolio => down contact => right Please help to create layout

Member Avatar for vizz
0
105
Member Avatar for SMode55

Hello, I have a function to insert a new user into the database and it returns an empty data from the page I use to post it with."Undefined" actually... Here is the code: //insert new user into database $("#insert_new_btn").live('click', function(){ var user_username = $("#insert_new_user").val; $.ajax({ type: "POST", url:"insert_nw_usr_script.php", data:{insert_new_usr:user_username}, success:function(insert_a_user) …

Member Avatar for SMode55
0
200
Member Avatar for klemme

Hi all, I have attached a CKEDITOR instance on a textarea in a CMS, and it all works fine on localhost, but after uploading the site to the server, I cant see the CKEDITOR toolbar. The textarea is not turned into an instance and further more, the textarea is not …

Member Avatar for LastMitch
0
215
Member Avatar for scholarwithfire

Hello, I'm trying to use Dropkick Jquery select box plug in for my chained select box. However, the plug in only works for my first select box and the second select box did not show up. I have two php files, the form and the func.php. Any help would be …

Member Avatar for LastMitch
0
279
Member Avatar for soapyillusion

Hi all im having slight trouble trying to escape this php array index in a javascript block <script> var herp = $('#item').val(); var derp = '<?php echo $array['+herp+']['0']['name'];?>'; </script> problem is the browser keeps making the whole line php, oposed to counting the var herp as javascript. any ideas how …

Member Avatar for LastMitch
0
181

The End.