15,127 Topics

Member Avatar for
Member Avatar for Tko_1

hello i only want to reshresh a part of a page <?php include 'index.php'; ?> is this possible ? Thank you

Member Avatar for LastMitch
0
71
Member Avatar for Violet_82

Hi there, I am not entirely sure how to target checkboxes with jquery. I had a look around but the methods indicated don't seem to work for me for whatever reason. Given the following html fragment: ... <form> <input type="checkbox" value="red" name="the_color" checked="checked" id="red"><label for="red">This is red</label><br> <input type="checkbox" value="blue" …

Member Avatar for LastMitch
0
146
Member Avatar for kasse

I´m working on (and now using) the following image gallery on my website. There's no bell's and whistles just the basic utilities: Forward, backward, start/stop auto, set speed, loading animation. The slideshow as described below is optimized for pictures that are all 400px in height, but you can easily change …

Member Avatar for LastMitch
1
424
Member Avatar for nstrazimiri

hi everyone. i have a data.json file where i have stored many fields. i want to display only 10 of them in a div with id news.this loop shows all of them. any help how can i realize it ? $(function() { $.getJSON('data.json', function(data) { $.each(data, function(i, f) { var …

Member Avatar for Nomorewine
0
96
Member Avatar for gayu82patel

I have PHP page and i am trying user can update phone number when click on EDIT button. For that i created 1 button and when user click on EDIT the button changed to SAVE and now user enter phone number and press save button. Now user click save button …

Member Avatar for masterjiraya
0
2K
Member Avatar for turpentyne

I'm trying to switch which paragraph is showing with this snippet, by finding the specific paragraph id and switching it's class. But somehow the classes aren't switching. I suspect syntax issues, but I don't know what I'm missing. <script> $(document).ready(function(){ $('#residence_features,#the_kitchens,#master_bath,#guest_powder,#bathrooms,#notes').click(function(){ $('.feature_subnav').removeClass('features_selected'); // side nav $('.feature_paragraphs').removeClass('graph_selected'); // first remove all …

Member Avatar for JorgeM
0
58
Member Avatar for jspence29

I can't figure out why my nivo slider is not showing, the link to the jsbin is here http://jsbin.com/opucok/4/edit. I followed the directions in the nivo website exactly, and the slider works when it isn't with the rest of my html and css code.

Member Avatar for pixelsoul
0
214
Member Avatar for subhashini.sathish.12

Hi I am new to programming. i have some doubts in JavaScript. I have Java language in my computer, can I develop the javascript in java language or Javascript has any language?

Member Avatar for IIM
0
129
Member Avatar for cgull

I am using codeigniter 2.1.2 and Bootstrap. I am opening a form in a modal window. The form is inside a div with id status. The form has a few input fields and an upload file field. I am trying to submit the form with ajaxForm. In my controller I …

Member Avatar for cgull
0
1K
Member Avatar for silvercats

LEt's say there a certain phone number format. If someone types the correct format,it shows ok,if not it shows an error. I have done this but it only checks after user moves to the next textfield (onblur action). is there something like 'onButtonPress' or something

Member Avatar for radhakrishna.p
0
160
Member Avatar for darylglenng

<html> <title>application</title> <style type= text/css> <!-- style1 font-family: Arial, Helvetica, sans-serif; color: =00000000; } --> </style> <head><script language="JavaScript">{ function upper( field ) { field.value = field.value.toUppercase(); } <!-- function validate() { var good = true; with( document.theForm ) { if( id.value =="") { alert("Please provide a student number combination of …

Member Avatar for radhakrishna.p
0
211
Member Avatar for pratham3090

Not able to drag down baloonpopup extender in ASP.NET It shows black circle with line. (not allowing to drag on form) but when i drag it on text box it work but when i run the page textbox diappears. please help and also tell how to use baloonpopup extender.

Member Avatar for pratham3090
0
150
Member Avatar for cgull

Hello, I am trying to create a menu that slides up when a button is clicked. I looked at a lot of tutorials of animate and slide but nothing works for me. I hope someone can help. What I need is a button that says: Click for Menu and when …

Member Avatar for cgull
0
206
Member Avatar for vizz

I'm using **[Ascensor.js](http://kirkas.ch/ascensor)**. I need to detect which div section is visible in window to add animation effects to elements inside that visible div. For following code, <div id="ascensorBuilding"> <section> //floor one content here </section> </div> I'm using my code, <div id="wrapper"> <div class="section about" id="about"> </div> <div class="section home" …

Member Avatar for imBaCodes
0
506
Member Avatar for sonicx2218

So I found this neat js for my site to make the video system much more streamlined. I was wondering if anyone knew how to change the carousel.js in the code, so that instead of circling around a few thumbnails, instead there would be a grid system of thumbnails underneath. …

Member Avatar for imBaCodes
0
257
Member Avatar for nHulk

"httpError: The Http Transport returned a 0 status code. This is usually the result of mixing ajax and full requests. This is usually undesired, for both performance and data integrity reasons." I am getting this error in my web page form... how to get rid of this message ............

Member Avatar for LastMitch
0
408
Member Avatar for morris_hirsch

This has been asked before in several places, but I keep finding the question and never a solution. If JavaScript on a page does window.print () I want to get back a status telling either 1) accomplished (which means there was some time elapsed, just like clocking does) or 2) …

Member Avatar for LastMitch
0
219
Member Avatar for ChargrO

Hi guy I was wondering how I would overwrite something written on my form using variables ie. my limerick is There was a fat butcher called Bill Who cooked more than he wanted to kill One day he sat down And said with a frown That his eating was more …

Member Avatar for ChargrO
0
205
Member Avatar for itsnexgen

Hello, I have an idea which i need to turn into reality. I am trying to build a complete AJAX based Auction Web Portal. What I know - PHP, AJAX a bit & HTML, Javascript and XML. Few questions in my mind: 1. Where should i start? What all required …

Member Avatar for LastMitch
0
203
Member Avatar for serph09

It's a bit confusing to explain so I'll give an example instead and try my best. So let's say I have multiple blocks of DIV element with same class name (can't change class name for each DIV), but within each of those DIV, the content is different (specifically the a …

Member Avatar for serph09
0
314
Member Avatar for paulnamroud

Hello, This is my first experience with C# Web Service & AJAX ... I would like to build a page like Facebook that will load the next set of records when we scroll down ... I'm trying to use the code but it's not working at all ... Can you …

Member Avatar for paulnamroud
0
330
Member Avatar for turpentyne

All the characters in breaking down a string confuse me. I'm trying to understand how to find whatever number is in a string, and increment it up/down by one (unless it's a known last or first number?) $('#arrow_prev').click(function(){ var whichgallery = $('#div_id').attr('class'); // this could be .class_1 through .class_12 var …

Member Avatar for turpentyne
0
1K
Member Avatar for Samyx

Hello Everyone, How can I save the field id/name on a variable, once an user clicks on it, so that later I can use that variable as a parameter to retrieve data from the database? In the code below, you can see that I am selecting information from 'ac' in …

Member Avatar for LastMitch
0
200
Member Avatar for '1'='1'
Member Avatar for deceptikon
0
117
Member Avatar for Martin C++

I want to check if nickname contains only numbers and letters. It cant contain anything else. My current code is not working because as soon as I type in atleast one legal lettrer, the entire string evaluates to true every time I check, no matter how many illegal characters it …

Member Avatar for Martin C++
0
186
Member Avatar for Nagarajan M

Hi friends, I am using java applet that will perform some operations. Now it is independent of jsp or html page. So,if i close an applet my html page remains active and Vice-Versa. What i want to do is embed an java Applet in html page itself. When i click …

Member Avatar for Nagarajan M
0
704
Member Avatar for turpentyne

I have an onclick function for an <ul><li>, but I need to set a variable from the id of an <a href> tag insde the <li> and I'm not sure how. I have: $('#dropdown ul li').click(function(){ var picked = $(this).attr('id'); // this part I don't know. // var picked = …

Member Avatar for pixelsoul
0
102
Member Avatar for vinithawilson

i need to change background-color of a particular colum when the table header corresponding to that column is clicked.How to achieve this using html css & jQuery.

Member Avatar for imBaCodes
0
126
Member Avatar for mr0277

I have a session variable that I set to zero at every Page_Load beginning: Session["DoRefresh"] = "0"; On a dropdown value changed, in the event handler I do: Session["DoRefresh"] = "1"; On the end of aspx page I have a javascript added: function OnRequestEnd(sender, args) { if ('<%= Session["DoRefresh"] != …

Member Avatar for LastMitch
0
204
Member Avatar for ChargrO

Hi guys I'm fairly new to java script and was wondering if I could get some help with this, please forgive the probably messy code. <HTML> <HEAD> <TITLE>Limerick Generator</TITLE> <script type ="text/javascript"> function display(f) { f.result.value = eval((f.character.value) + (f.body.value) + (f.characterrhyme.value) + (f.occupation.value) + (f.task.value) + (f.verb.value) + (f.direction.value) …

Member Avatar for IIM
0
202

The End.