Click here to Skip to main content
15,897,371 members
Home / Discussions / JavaScript
   

JavaScript

 
Questionsocial media buttons block page on IE? Pin
V.17-Nov-15 21:18
professionalV.17-Nov-15 21:18 
QuestionHow to create a number field site column in javascript Pin
Member 1188942312-Nov-15 19:54
Member 1188942312-Nov-15 19:54 
QuestionRe: How to create a number field site column in javascript Pin
ZurdoDev23-Nov-15 3:03
professionalZurdoDev23-Nov-15 3:03 
Questionregex, get the last dollar amount if 2 are present Pin
jkirkerx12-Nov-15 8:51
professionaljkirkerx12-Nov-15 8:51 
AnswerRe: regex, get the last dollar amount if 2 are present [Solved] Pin
jkirkerx12-Nov-15 9:35
professionaljkirkerx12-Nov-15 9:35 
QuestionJavaScript Tour guide Pin
Member 1198488311-Nov-15 21:14
Member 1198488311-Nov-15 21:14 
AnswerRe: JavaScript Tour guide Pin
Richard MacCutchan11-Nov-15 21:19
mveRichard MacCutchan11-Nov-15 21:19 
GeneralRe: JavaScript Tour guide Pin
Member 1198488311-Nov-15 21:33
Member 1198488311-Nov-15 21:33 
ok thanks what I want to do is current I have a web application that is running and I have a bootstrap tour guide that is running, the problem with this one is each view has the own script for that tour guide that referencing the control ID on that view, now I want to develop one dynamic JavaScript tour guide library that I can use to the rest of my web application and even to the other .Net applications. hopping am clear now see what am current having now.

C#
$(function () {
    var startIndex = 0;
    var tour = new Tour({

        storage: window.localStorage
    });
    startIndex = tour._options.steps.length;
    tour.addSteps([
      {

          element: "#first-name",
          title: "Searching for an employee",
          content: "To search for the employee to add, please type in the employee name or surname in the textbox provided.<br> Once you have found the employee, all his/her details will be pulled on your behalf.",
          placement: "top",
      },
      {
          element: "#surname",
          title: "Searching for employee",
          content: "Alternatively, you can search the employee by typing into the provided <strong>Surname</strong> textbox provided.",
          placement: "top"
      },
      {
          element: "#engagements",
          title: "how to create engagements",
          content: "To create engagements click on this engagements bottun .",
          placement: "top"
      },
      {
          element: "#administrator",
          title: "how to do administration",
          content: "To do administration click on the administration bottun.",
          placement: "top"
      },
      {
          element: "#dropdown",
          title: "how to logout ",
          content: "To logout on this system click on the drop down next to your name and click logout.",
          placement: "top",

      },

    ]);

    // Initialize the tour
    tour.init();

    // Start the tour
    tour.start();
    //tour.goTo(startIndex);

//}());
});

AnswerRe: JavaScript Tour guide Pin
Richard Deeming12-Nov-15 2:13
mveRichard Deeming12-Nov-15 2:13 
QuestionJava 2D Array - User Input Pin
Frankie124510-Nov-15 13:02
Frankie124510-Nov-15 13:02 
QuestionRe: Java 2D Array - User Input Pin
Richard MacCutchan10-Nov-15 23:09
mveRichard MacCutchan10-Nov-15 23:09 
QuestionHow can I collect news from differnt sites in one html page Pin
abo sohaib9-Nov-15 20:18
abo sohaib9-Nov-15 20:18 
AnswerRe: How can I collect news from differnt sites in one html page Pin
Afzaal Ahmad Zeeshan9-Nov-15 20:34
professionalAfzaal Ahmad Zeeshan9-Nov-15 20:34 
GeneralRe: How can I collect news from differnt sites in one html page Pin
abo sohaib10-Nov-15 10:36
abo sohaib10-Nov-15 10:36 
QuestionImage does not display in Firefox Pin
ParthiR5-Nov-15 0:57
professionalParthiR5-Nov-15 0:57 
AnswerRe: Image does not display in Firefox Pin
Afzaal Ahmad Zeeshan9-Nov-15 20:39
professionalAfzaal Ahmad Zeeshan9-Nov-15 20:39 
GeneralRe: Image does not display in Firefox Pin
ParthiR11-Nov-15 19:10
professionalParthiR11-Nov-15 19:10 
Questionform question Pin
Member 1197204322-Oct-15 17:43
Member 1197204322-Oct-15 17:43 
AnswerRe: form question Pin
W Balboos, GHB27-Oct-15 8:16
W Balboos, GHB27-Oct-15 8:16 
GeneralRe: form question Pin
Member 1197204327-Oct-15 9:24
Member 1197204327-Oct-15 9:24 
PraiseRe: form question Pin
Richard Deeming28-Oct-15 3:34
mveRichard Deeming28-Oct-15 3:34 
GeneralRe: form question Pin
W Balboos, GHB28-Oct-15 4:05
W Balboos, GHB28-Oct-15 4:05 
GeneralRe: form question Pin
Richard Deeming28-Oct-15 4:07
mveRichard Deeming28-Oct-15 4:07 
AnswerRe: form question Pin
ZurdoDev11-Nov-15 2:22
professionalZurdoDev11-Nov-15 2:22 
RantJavascript , a devil spawn language. Pin
Armando de la Torre22-Oct-15 6:12
Armando de la Torre22-Oct-15 6:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.