JQuery :: Slideshow: What It Means With A '?' And ':' In The Line
Jun 2, 2009
I got this code from elsewhere online, but i dont understand what this line mean,
var nextslide = currentslide.next().length ? currentslide.next() : $('#supersize :first');
what does it mean with a '?' and ':' in the line above?
Below is the full code,
function theslideshow() {
var currentslide = $('#supersize .activeslide');
if ( currentslide.length == 0 ) currentslide = $('#supersize :last');
[Code]....
View 2 Replies
ADVERTISEMENT
Feb 15, 2012
I wouldn't even think to ask like that but have a due date till tomorrow. I know its last second but I was detained from health issues.So this is what i have to do with jquery:[IMG]http://uss.feri.uni-mb.si/images/Vaje/Vaja_7_jQuery/vaja1.PNG[/IMG]I totally understand if anyone will *** me out P.S. Naslov opravila means: Title of taskVrsta opravila means Task kindNujnost opravila means Task priorityDatum vnosa means DateOdstrani means Remove
View 3 Replies
View Related
Feb 22, 2010
getting first line coordinates of multiple line inline element.
Example HTML
aaa bbb ccc ddd <span id="target">eee fff ggg
hhh iii jjj</span>kkk lll mmm nnn ooo ppp qqq
$(document).ready(function() {
[Code]....
Assume that span#target has a line break, when I see a browser. Then I click span#target, above function returns the head of coordinates which second line ("hhh") has. I want to have the coordinates which first line ("eee") has. How can I get that?
View 1 Replies
View Related
Jun 23, 2011
i have the following code:
// This code is defined in one file :
editor.addMenuItem = function( name, definition )
{
if ( groupsOrder[ definition.group ] )
menuItems[ name ] = new CKEDITOR.menuItem( this, name, definition );
};
// This code is defined in another file:
if (editor.addMenuItems) {
editor.addMenuItems({
footnote : {[code]....
what the 2nd block of code means? Does it mean : If the function editor.addMenuItems exists, then call it with the following parameters?? i.e If the function exists then execute the following:
{
editor.addMenuItems({
footnote : {
label : 'Footnote',[code].....
View 1 Replies
View Related
Jan 11, 2012
reading file in jQuery. Please if anyone knows how to write tome or to the website.
$.get("data/zelis.si.txt",function(data){
$.each(lines, function(n,line){
$.ajax({
[code]....
View 7 Replies
View Related
May 27, 2009
I am building a website that offers cash to users for completing offers. Such as signing up on a site and you get $1. I have very little javascript knowledge. But I do know that it can be used to "listen" for mouse clicks and such. So I am wondering how to go about it. Can I somehow, listen for mouseclicks a user makes, tracking what they clicked on, when they clicked on it, etc. inside a iframe, then pass the values thru php into my DB? I have also just started learning about cookies too, The other 'offer' sites I am a member of, and I would like to duplicate, (ex. www.inboxdollars.com) say sit uses cookies to track user actions for verifications.
View 1 Replies
View Related
Dec 8, 2010
I am going to validating a checkbox which is created dynamically that means the field name is not fixed everytime .Here is my html code
HTML Code:
<tr>
<td class="Cat" bgcolor="#cccccc" style="padding-left:10px; border-bottom:1px solid #ffffff;">Computer<span style="color:#fff;">*</span>
</td>
<td style="padding-left:10px;">
laptop<input type="checkbox" name="n5_Computer[]" id="n5_Computer[]" value="laptop" />
[Code]....
View 1 Replies
View Related
Aug 18, 2010
So Im trying to create a slideshow with thumbnails the user can scroll through and use to navigate the slideshow. I'm a big fan of cycle so I wanted to use that as my main slideshow component and was planning on using jcarousel for the pager. So far it works great in Firefox, Chrome, and Safari, yet in IE the thumbnails are not loading. I'm guessing it has something to do with how the images in the pager are generated and then jcarousel just isnt proccessing that in IE but I 'm not sure. I feel like I'm very close to getting this slideshow to work, yet I need to figure out why it is failing in IE.
[Code]...
View 2 Replies
View Related
Nov 25, 2009
I am using a simple prototype slideshow and a more comprehensive jquery slideshow on my website.When these are used on the same webpage on my website there appears to be a collision: (For example)Code:element.attachEvent is not a function[Break on this error] element.attachEvent("on" + actualEventName, responder); How can I avoid the conflict without reverting to a new slideshow?
View 1 Replies
View Related
May 25, 2010
how to read a text file using javascript line by line and separate from special characters in it. for example
Text.txt has
001203=Line one=abc.html
024353=Line two=xyz.html
092434=Line three=hjf.html
i want each column in an array like { 001203,024353,092434 } so total 3 arrays.
View 14 Replies
View Related
Jun 1, 2011
i have a small image slideshow i want add a text slideshow to image slideshow. how is it?
my code:
<!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">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
[Code]....
View 7 Replies
View Related
Jul 7, 2010
How do I read a local text file line by line, one line at a time. I got upto opening a file, and can read whole file at a time. But I want to read just one line at a time. May be have a counter of lenght of the file and read only the counter number line at a time.
<SCRIPT language=JavaScript>
var fso = new ActiveXObject( 'Scripting.FileSystemObject' );
f = fso.OpenTextFile( "c:\mytextfile.txt", 1 );
[Code].....
View 2 Replies
View Related
Jan 13, 2011
I have a user that insists they have web applications that do this, and wants the one I'm building to do it too...
You have a table on an html form. As the user changes one or more fields in a table row and moves to the next line, the changed row should AUTOMATICALLY be sent back to the server and updated in the database.
If the user moves BACK to a line that's already been changed, and changed a field, a popup should display and ask "if the user really wants to change the field". If so, again, it should AUTOMATICALLY be sent to the server and updated in the database...
Ignoring the horridness of making that many round trips to the server and banging the database for every line, is there a way to AUTOMATICALLY do the equivalent of a submit and post the changed table row back to the php script?
View 3 Replies
View Related
Jan 10, 2012
I have the following function:
function showValues() {
var searchName=$('#partnm').val();
var str = $("form").serialize();
[code]....
View 4 Replies
View Related
Mar 23, 2011
i have a problem with a third-party code written using JQuery and i would like to debug it.however, as it is in 1 line (in my classical editor) i would like to know if it exists an editor which explode this 1 line code in a normal Javascript code ...more human readable.
View 2 Replies
View Related
Jul 22, 2011
It is possible :
When the line that appears, after you type is aonly, select it automatically.
For example, my list includes: 'Aaa', 'Aac', 'Abb'.
I type 'Ab'.
Can be directly selected the value 'Abb', since it is the only containing the value' Ab'?
View 1 Replies
View Related
Dec 6, 2011
I have been pulling my hair out trying to get this white line off the bottom of my list view
[Code]...
View 3 Replies
View Related
Jun 16, 2010
how to insert every new element into new line? (ATM it starts in a line and then it fills the whole line with elements, and i want to put 1 per lineThe element is select list:
<select id="end" ><option.......>...</>
</select>
The button used to add new object:
[code]....
View 2 Replies
View Related
Mar 11, 2010
I"m using [URL] for the line breaking of the link-names. It works wonderfull if the link is hyphenated like my-loooooooooooooooooooooooong-link-name, but ignores if it is with undescore.
How can one add a support the line breaking by underscore?
for example: my_loooooooooooooooooooooooong_link_name
will be:
my_loooooooooooooooo
oooooooong_link_name
View 1 Replies
View Related
Sep 1, 2010
WhenIrun the below code above the init code for jQuery plugins it stops them working. Im just trying to run the code after the DOM has loaded, is there a better way? <script type="text/javascript">$(document).ready(function() {
// The gallery is hidden so need to unhide it.
document.getElementById('verticalCarousel').style.visibility='visible'
})
</script>
View 4 Replies
View Related
Oct 6, 2011
I would like to create some bounce effect when user goes over image but there's a problem because all images goes to new line after effect is executed and on the end they go back.How can I create that all images (or in sample divs) stay where they are? Here is example:Another thing is, how can I make, that bounce is only made one, not all the time is mouse is staying in thumbnail?
View 4 Replies
View Related
Nov 19, 2011
We currently have a website that uses the .beforeAfter plugin to switch between two images. In addition we would like to add the possibility to draw a line and/or box using a boxer like option. All our attempts have been unsuccessful so far.
Could anyone tell us if and how it is possible to combine the .beforeAfter option with a drawing line/box one?
For curious users, here is the website we are currently working on:
[URL]
View 3 Replies
View Related
May 13, 2009
I have a function that is calling a list of events. Within the <code>.each</code> is alternating row colors code (see below):
function DisplayEventList(info,event_id){
$.post('/url/server.php',{
request:info,
event_id:event_id
},
function(xml){
$('#event-listing tbody').empty();
$(xml).find('list').each(function(){
var startdate = $("start",this).text(); .....
My problem is that the last line of my returned rows isn't coloring. If 14 rows return, the first 13 will alternate coloring, but the 14th will not. Consequently, if only 1 line is returned, it does not color.
View 5 Replies
View Related
Jan 5, 2010
I have the following HTML:
How could I use jQuery to wrap each line of text in a <li> and remove all the <br /> and finally wrap all the <li> in a <ul>?
Example:
View 1 Replies
View Related
Mar 8, 2009
I have just upgraded one of our development sites to 1.3.2 and ui 1.7. I have also updated all of the plugins (forms,validate,thickbox,calculation,blockUI,autogrow) to the latest versions which should all be compatible with 1.3.2 and the site is working perfectly in Firefox 3 on OS X and XP. However on IE8rc1 and in IE7 compat mode I am getting an Invalid Argument error reported at line 12 of jquery-1.3.2.min.js. That is the usual really helpful IE error message and I have been unable to track down the source of the problem. I have noticed that some people have seen this problem with the ui.accordion and 1.7 was supposed to have fixed the issue. Does anyone know of a fix (apart from banning the use of IE - if only)? If I could get the error in FF I could at least use Firebug to debug it. I think I might need to comment out each plugin and see if I can trace the source of the error.
View 7 Replies
View Related
Apr 28, 2009
Just started getting into jQuery yesterday. Question: How can I place line breaks in alert box text?
[code]...
View 2 Replies
View Related