No announcements
Found 504513 threads
-
1 Votes
SharePoint ADA: TD to TH and role=presentation
So this did the trick (still working on it) $('tr:first-child').children('td').replaceWith(function(i, html) { return '<th>' + html ...Answered | 4 Replies | 1313 Views | Created by KZull - Monday, August 31, 2015 5:07 PM | Last reply by KZull - Friday, September 11, 2015 6:04 PM -
0 Votes
jquery to replace th with td
User-719153870 posted Hi aspvbnet, According to your description, if you want to replace < th > with < td > when ...Unanswered | 3 Replies | 713 Views | Created by Anonymous - Thursday, June 13, 2019 8:42 PM | Last reply by Anonymous - Monday, June 17, 2019 1:28 AM -
0 Votes
how to get td control value using jquery
Hi, We can use the following jQuery code to achieve it.Answered | 3 Replies | 857 Views | Created by qasimidl - Monday, December 10, 2018 10:41 AM | Last reply by qasimidl - Friday, December 14, 2018 10:19 AM -
0 Votes
jquery replace <th> with <td> or remove <th>
User-2054057000 posted aspvbnet Hello, how do I replace <th> with <td> or remove ...Unanswered | 2 Replies | 103 Views | Created by Anonymous - Friday, June 14, 2019 3:33 PM | Last reply by Anonymous - Sunday, June 16, 2019 3:16 AM -
1 Votes
SharePoint jQuery
Status</th><th>Count</th></tr></thead>"; ...Answered | 8 Replies | 902 Views | Created by nhiorns - Sunday, January 7, 2018 5:27 PM | Last reply by Jerry Zy - Monday, January 15, 2018 1:49 AM -
0 Votes
jQuery Selector Help Here?
I want to set the class or style attribute for the second cell in the first row from jQuery.Answered | 2 Replies | 1709 Views | Created by DallasSteve - Monday, June 24, 2013 2:48 PM | Last reply by DallasSteve - Wednesday, June 26, 2013 12:58 PM -
0 Votes
random < /td> in output of db.mail
[sp_nakedsigma] as begin declare @query nvarchar (max) set @query = N'<h1>Naked ...Answered | 3 Replies | 1775 Views | Created by John Mendes - Wednesday, March 26, 2014 12:58 PM | Last reply by Jingyang Li - Wednesday, March 26, 2014 4:52 PM -
1 Votes
Change td width dynamically
Use in td <table><tr> <td id="tdDynamic" runat="server">......Answered | 5 Replies | 14327 Views | Created by Kamran Shahid - Monday, May 22, 2006 9:59 AM | Last reply by Leo Liu - MSFT - Saturday, February 19, 2011 2:53 AM -
1 Votes
TDS Endpoints
hmm,oke so TDS endpoint is spot where TDS protocol end or starts?Answered | 7 Replies | 11249 Views | Created by vedranOP - Wednesday, March 23, 2011 7:25 AM | Last reply by Quantum John - Thursday, April 7, 2011 2:24 PM -
0 Votes
How to find out <thead><td></td><thead> using regular expression in c#
*<td>(.*)</td>.Answered | 4 Replies | 1764 Views | Created by Soniya Singh - Monday, March 14, 2016 12:38 PM | Last reply by Wyck - Tuesday, March 15, 2016 4:16 AM -
1 Votes
Using jQuery find all TD in a form which are not blank and don't have 'N/A' value
Hi Bibhu, You can use the code below to count td which are not empty and don't have 'N/A' value: <script type="text/javascript" ...Answered | 3 Replies | 1814 Views | Created by Bibhu Prasad - Thursday, April 7, 2016 2:29 PM | Last reply by Bibhu Prasad - Wednesday, April 20, 2016 2:48 PM -
2 Votes
Use of jquery and ajax on a SharePoint 2013 Page
<script src="https://code.jquery.com/jquery-1.12.4.min.js" type="text/javascript"></script> <script ...Answered | 5 Replies | 2766 Views | Created by NorrisIT - Tuesday, January 22, 2019 7:55 PM | Last reply by NorrisIT - Thursday, January 24, 2019 12:54 PM -
0 Votes
How to Add <th> and <tr><td> to external listview dynamically using jquery.
below is the script $(document).ready(function () { myFunction(); }); function myFunction() { ...Answered | 3 Replies | 1156 Views | Created by SB Ali - Sunday, October 29, 2017 10:44 AM | Last reply by Lee Liu - Monday, October 30, 2017 7:36 AM -
0 Votes
Routing Service for SQL Database / TDS
The information passed/changed when interacting with the database server via SQL/TDS is practically a Stream - which you can definitely implement in WCF.Answered | 4 Replies | 2115 Views | Created by Marius Zaharia - Monday, June 10, 2013 10:21 PM | Last reply by Marius Zaharia - Friday, July 5, 2013 12:36 PM -
0 Votes
Enabling CORS for JQuery
We are able to make cross domain REST calls from jquery using JSONP get calls.Answered | 1 Replies | 2281 Views | Created by myowntest - Wednesday, November 7, 2012 3:24 AM | Last reply by Nico_He - Thursday, November 8, 2012 7:33 AM -
0 Votes
[MS-TDS] TDS Version numbers and their interpretation
Server to client 7.0Answered | 4 Replies | 9137 Views | Created by Paul Betteridge - Thursday, December 4, 2008 5:13 PM | Last reply by Dominic Salemno MSFT - Tuesday, December 23, 2008 9:11 PM -
0 Votes
Have Jquery Data table Sort and Filter above table
= $('<td>'); td.append(Country); tr.append(td); var td = $('<td>'); ...Answered | 3 Replies | 2524 Views | Created by SP Assest - Sunday, April 29, 2018 6:46 PM | Last reply by Lee__li - Wednesday, May 2, 2018 6:41 AM -
2 Votes
[MS-TDS 6 Appendix A-1] TDS Version for .Net 2.0 Error?
Then, recommend to also create a table for .NET Framework version and TDS versions.Answered | 4 Replies | 1700 Views | Created by Ben Programmer - Friday, May 12, 2017 3:36 PM | Last reply by Nathan Manis - Thursday, May 18, 2017 3:03 PM -
0 Votes
SharePoint Calc Column - How to Find and Replace ANY & ALL Values with Something Else
I'll try this jQuery methodAnswered | 5 Replies | 2755 Views | Created by JJSHAREP - Tuesday, March 17, 2015 3:20 PM | Last reply by JJSHAREP - Saturday, March 28, 2015 6:40 PM -
1 Votes
using jquery loop table and get mark checkbox ID
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title></title> ...Answered | 2 Replies | 3278 Views | Created by qasimidl - Thursday, May 9, 2019 6:01 AM | Last reply by qasimidl - Wednesday, May 15, 2019 10:18 AM - Items 1 to 20 of 504513 Next ›
No announcements