The split method will create an array. So you need to access the third element in your case..
(arrays are 0-indexed) You need to access result[2] to get the url
var result = $(row).text().split('|');
alert( result[2] );
You do not give us enough information to know what row is, exactly.. So depending on how you acquire the variable row you might need to do one of the following.
- if
rowis a string thenrow.split('|'); - if it is a DOM element then
$(row).text().split('|'); - if it is an
inputelement then$(row).val().split('|');
Related Posts:
- How do I redirect to another webpage?
- jQuery append() vs appendChild()
- ReferenceError: $ is not defined
- Cannot read property ‘push’ of undefined when combining arrays
- How to deal with net::ERR_SSL_PROTOCOL_ERROR?
- jQuery.click() vs onClick
- Scroll to an element with jQuery
- Download File Using JavaScript/jQuery
- Check if checkbox is checked with jQuery
- Getting Error “Form submission canceled because the form is not connected”
- Is there a link to the “latest” jQuery library on Google APIs?
- Check if element exists in jQuery
- Checking a Url in Jquery/Javascript
- Change Background color (css property) using Jquery
- jQuery get textarea text
- How can jQuery deferred be used?
- Uncaught TypeError : cannot read property ‘replace’ of undefined In Grid
- Failed to load resource: net::ERR_FILE_NOT_FOUND loading json.js
- Disable/enable an input with jQuery?
- Get class name using jQuery
- What does on() in JavaScript do?
- jQuery animate backgroundColor
- Use images like checkboxes
- Left() function in Javascript or jQuery
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- XML Parsing Error: no root element found Location in Console FF
- ChangeDate – Date Picker Bootstrap
- Uncaught TypeError: Cannot read property ‘msie’ of undefined
- How to hide a div with jQuery?v
- How do I set/unset a cookie with jQuery?
- How to convert selected HTML to Json?
- How to Open New window on every Click
- Jquery Ajax Call, doesn’t call Success or Error
- How to create a stopwatch using JavaScript?
- Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
- Convert UTC date time to local date time
- With jQuery, how do I capitalize the first letter of a text field while the user is still editing that field?
- Obtain form input fields using jQuery?
- How to update array value javascript?
- How to move an element after another element using JS or jquery?
- Why is the jquery script not working?
- JQuery Datatables : Cannot read property ‘aDataSort’ of undefined
- Load image with jQuery and append it to the DOM
- Change text on hover, then return to the previous text
- Javascript/Jquery Convert string to array
- How to define Global Arrays?
- jQuery make global variable
- How to send email by using javascript or jquery
- How to get current date in jQuery?
- Print the contents of a DIV
- How to Scroll Down – JQuery
- Embedding instagram webpage inside an iframe
- Do something if screen width is less than 960 px
- Uncaught TypeError: Cannot read property ‘toUpperCase’ of undefined
- jQuery remove options from select
- jQuery equivalent of querySelector
- Convert normal date to unix timestamp
- Load Image from javascript
- jQuery replace one class with another
- is there something like isset of php in javascript/jQuery?
- jQuery – Dynamically Create Button and Attach Event Handler
- Highlight a word with jQuery
- “Uncaught TypeError: a.indexOf is not a function” error when opening new foundation project
- Error: TypeError: $(…).dialog is not a function
- jQuery scrollTop() method not working
- FormData append not working
- getContext is not a function
- How to change the text of a label?
- How to check ‘undefined’ value in jQuery
- Data column(s) for axis #0 cannot be of type string in google chart dashboard [duplicate]
- navigator.geolocation.getCurrentPosition sometimes works sometimes doesn’t
- Jquery Value match Regex
- Uncaught TypeError: Cannot read property ‘toLowerCase’ of undefined
- Using “×” word in html changes to ×
- How to check if the URL contains a given string?
- How should I initialize jQuery?
- How to reload page every 5 seconds?
- Fire oninput event with jQuery
- What is the non-jQuery equivalent of ‘$(document).ready()’?
- Changing the selected option of an HTML Select element
- How to scroll to top of page with JavaScript/jQuery?
- How to set “style=display:none;” using jQuery’s attr method?
- Change the selected value of a drop-down list with jQuery
- jQuery .animate() not working
- How to dequeue a script?
- List of JS Events for Widgets?
- is_page_template() written in jquery/javascript
- Cannot use characters ” in jQuery script in WordPress
- On click load iframe [closed]
- How to set javascript options for select2 in PHP array of plugin
- Script only works on wordpress home page & only when Jqurery is aded using
- how to prevent added meta box from being injected with style=”position: fixed; top: 56px;” at scroll down
- internal anchor links no longer working after upgrade
- How to run Javascript popup modal in a loop?
- Error on clicking ‘Screen Options’ tab only at Products-related editor screen(s) and for specific user
- Remove escape characters from JSON string pulled from a database
- Select parent from child class name then add another class name to the parent
- WordPress Theme – jQuery JavaScript Library Issue
- Error – Uncaught TypeError: e.dispatchEvent is not a function
- allow multi carousel in same page