radio button cheched problem
helo sir i want to tring a quiz app in quiz when i click radio button it checked or when go to next or previous button it show unchecked , i want that when i go next or previos button it show checked . please help my code bellow view_exam.php <?php //view_exam.php include('master/Examination.php'); $exam = new Examination; $exam->user_session_private(); include('header.php'); $exam_id = ''; $exam_status = ''; $remaining_minutes = ''; if(isset($_GET['code'])) { $exam_id = $exam->Get_exam_id($_GET["code"]);
I add elements in div with value of input on keypress enter and I want to delete that value by click and here is the problem
here is my code:https://jsfiddle.net/Masoud0X0/d09xkb51/3/ Thanks
jquery map stuff and gps theme for pulling/putting lat long in n email & text?
I am android guy, but I want jquery & jmobile theme for this: map theme for jquery?
Breaking item out of expandable list based on search query
Hello, I'm working on an expandable list list that breaks out certain items if they meet the search query. By break out, I mean they get listed below the bar of the collapsed list. Like this. +Click for full application list Known use: -Test item 2 +Click for full application list (expanded example) -Test item 1 -Test item 2 -Test item 3 Known use: -Test item 2 I hope that explains that well enough. When I mean break out, the whole UL for that search result
GSoC 2015 jQuery Learning Center
I am very interested in online learning platforms. In the past I have tried many, starting with free w3schools testing and then paid to checkout codeschool after doing the rails for zombies course. jQuery is a pretty exciting thing to learn as almost everyone who wants to learn to do something quickly will be looking for the $. I would very much like the privilege to be a part of the design process and build for jQuery a framework to allow for interactive tutorials. I have quite a bit of experience
My New Project - ToDo List
Hey guys , Taught i'd just share this with u'll , i have been following a few tuts and after searching online alot . i found something i'd be really interesting in working on and thats a TO-Do list , built in Javascript . I konw this is not really gonna tickle ur interest much :D , but i still taught i'd post what i did so far . do review it and give me ur suggestions , and How i could Build on it and make it something tangible . GitHub Lin:::GitHub link Thanks . Gautam.
JQuery video tag event
<video id="MyVideo" src=""><video> Event ----------------------------------------- $("#MyVideo").play(function() { }); ----------------------------------------- $("#MyVideo").pause(function() { }); ----------------------------------------- $("#MyVideo").stop(function() { }); ----------------------------------------- $("#MyVideo").filename("/test/test.mp4"); ----------------------------------------- $("#MyVideo").setvolume("50%"); ----------------------------------------- $("#MyVideo").seek(hour,min,sec);
Getting Started with JSON's and php
I had been using xml for a while now. At the beginning of the week I had an idea to send data as a string in a format like a javascript object. I didn't know it was called a JSON. The next day I was reading through lxer (a linux news site) and came across an article on using php with XML or JSON. Since I didn't know what a JSON was I looked it up. Wow just what I wanted to use. It only talked about using it from a file where as I wanted to use it more like ajax. I was looking around for documentation
Converting Seconds To dd:hh:mm:ss Format
Here is a simple function to write seconds in dd:hh:mm:ss: function sformat( s ) { var fm = [ Math.floor(Math.floor(Math.floor(s/60)/60)/24)%24, //DAYS Math.floor(Math.floor(s/60)/60)%60, //HOURS Math.floor(s/60)%60, //MINUTES s%60 //SECONDS
Image lazy loading - programmatical pre-run?
Hello all, https://plugins.jquery.com/lazyload/ This excellent plugin has severe advantages for page load times. I'm wondering whether it's possible to perform a programmatic pre-run with jQuery over the DOM, substituting any image links outside of the viewport with the required HTML? If so, I would try to include it as an option in my plugin: http://4nf.org/change-content-div/ Thanks in advance and kind regards
Increase PageRank with this jQuery plugin
Hello all, Increase PageRank with text-links with the above plugin you can define anchor links differently, keeping PageRank on the site and thus increasing site PageRank. What do you think?
what are the basic logic about this code
i get totally confused this alert call one time how ? var i = 0; function call(name) { if (i === 0) { setTimeout(function () { alert(name); i = 0 }, 1000); } i++; } call('as'); call('as1'); call('as'); call('as1')
Navigation in pages with JQuery (hashchange)
So I wrote a little jquery script. The script loads 2 Div's out of one different page, and loads them into the told Div's. You can use it as a navigation script, or just to load Div's from a seperate sheet. The advantage of using this as your Navigation is, that it only loads the needed Div's and not the whole site. That it works you have to look for the namegiving. First you have to give the links a special type of "link", a hash. For example: <a href="#book">Book</a> Because on my site the other
New jQuery eBook: Master Space and Time With JavaScript
Some of you may be interested in the new eBook series Master Space and Time With JavaScript, available at http://www.noelrappin.com/mstwjs. Master Space and Time With JavaScript gives you guidance on how to approach the simple parts of your JavaScript code first and how to manage the complex parts as needed, with a strong test-first focus. It is a four book series aimed at developers who have a basic knowledge of JavaScript but who need to learn about newer tools and practices. The first book, which
NEW (MVC PLUS) LIBRARY OVERVIEW.
MVC PLUS library is the most advanced component set exists now, in this long video (39 minutes) you will see a demo of it in .NET version , another java version is exists also. (if you dont like to see the way of MVC development just simply go to 23rd minute of the video) VIDEO Link is: http://www.screencast.com/t/HP0SqOATe6eC any question: ryansamiee@gmail.com
Show a compatibility chart for UI and jquery releases
I find it is always a bit hit and miss when i upgrade the UI and jquery because it is never clear which versions are fully compatible with another. I understand that there is a bundled jquery version with the UI download and I always assume that that is the latest safe version, however I think it would be a very useful addition (judging by the number of 'my-version-is-not-compatible' questions found online) if there was an easy to find compatibility chart on the UI website, updated for every release.
WHY:There is no uniform requirements for the callback function in jQuery
for example:the callback in jQuery.map( array, callback(elementOfArray, indexInArray) ) and the callback in jQuery.each( collection, callback(indexInArray, valueOfElement) ) Look similar but the parameters are reversed Why not make a uniform standard
Here are some tutorials to get started with jQuery.
Hi All, I have written some tutorials to get started with jquery. http://railsguru.org/tag/jquery/ Please give your valuable feedback on the same. Thanks, Pankaj www.railsguru.org
if there's siblings and parents, why aren't there uncles and cousins?
I'm sometimes having layouts like this: <div> <div> <div>I click here</div> </div> <div> and something happens here, e.g. slideToggle </div> </div> I have to write $(this).parent().siblings().slideToggle("fast"); I'd love to write: $(this).uncles().slideToggle("fast"); To be correct in a gender way there maybe should be an aunt as well. For the following cousins would be great: <div> <div> <div>I click here</div> </div>
New documentation layout
Hi everyone, Am I the only one who liked the old tabbed documentation better than the new one? I hate to have to scroll down every time I want examples to a function. I heard that a lot of people complained about the tabbed layout (which I can't understand) but wouldn't it be better to let the user decide how to view it? The new layout can still be standard but I'd like a way to change it.