jquery - How can I change the css class of each th tag from “T” to “ST”? And how can I assign 1 more function(PI) to the button of the last table of iframe(A) -


I have an IFrame that contains the following HTML that is empty when I load a page

 < Code> & lt; Iframe id = "a" & gt; & Lt; / Iframe & gt;   

I am using the javascript iframe (a) with the following code:

  document.getElementById (A) .src = ' Https: // adms.lifemark.ca/Apps/app_quickadd_frame.jsp?appid=102946&oppid='+Current; After loading iframe (A) it creates 10 iframe within iframe (a). Each new iframe has 1 table and several th tags. How can I change the CSS class of each tag from a ???? Tâ ???? for ?  
  & lt; Table & gt; And how can I provide another function (PI) to the following button under the last table of iframe (A)? & Lt; Tbody & gt; & Lt; TR & gt; & Lt; Td class = "submit" & gt; & Lt; Input type = "button" value = "submit" onclick = "sb ()" style = "width: 200px" & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Tbody & gt; & Lt; / Table & gt; Use the .content () function to use iframe.    

Then to loop between each iframes (.each) and then use .click () to specify the function of the button.

Some may not be more accurate to consider the information provided by you.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -