結(jié)合javascript對比學(xué),最好去官方網(wǎng)那里下載比較實用的例子來學(xué)習(xí),先看例子,然后,自己再動手實踐,如果,這樣還是不懂得怎樣來學(xué)習(xí),那你可以通過jquery 幫助文檔API或是視頻來學(xué)習(xí),我相信你一定可以學(xué)懂的!
宣州ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場景,ssl證書未來市場廣闊!成為創(chuàng)新互聯(lián)建站的ssl證書銷售渠道,可以享受市場價格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:028-86922220(備注:SSL證書合作)期待與您的合作!
需要先轉(zhuǎn)換pdf,然后用FlexPaper 在頁面顯示,我正好也在做這個功能,在線預(yù)覽pdf,doc,xls。順道給點思路你。
教程供你參考:
這應(yīng)該是一個自執(zhí)行函數(shù)里面的, $一般表示jquery, doc就是document,也就是當(dāng)前文檔
一般是這么寫的
(function ($, doc){
//函數(shù)體
})(Jquery, document)
兩點
1.既然你用jQuery了,為什么還要用getElementById()來獲取元素?況且,獲取iframe中元素也沒這么麻煩啊
$("#id_iframe").contents().find("#id_button_test");
這不就好了。。
2.你這部分代碼是寫在a.jsp頁面中了吧?那我估計之所以不運行,是因為你注冊點擊事件的時候,b.jsp頁面還沒有加載完。所以盡管你調(diào)試的時候能輸出,但是代碼里是注冊不上的。把這段代碼寫在b.jsp的window.onload事件中
使用artDialog,首先的去網(wǎng)站上下載它的相關(guān)代碼文件,下載下來的文件目錄如下:
_doc里面是幫助文檔,也就是使用它的api,plugins里面是為了更好的支持iframe框架,提供的js,skins里面是提供的artDialog的各種皮膚文件,你可以再使用的時候隨心所欲的使用各種皮膚,其他文件比較重要的是artDialog.js,這個是最主要的文件,jQuery.artDialog.js文件能讓你在使用jQuery框架的時候能更好的使用artDialog。
調(diào)用的時候引入相關(guān)的js文件就可以了。
(1)這是引用artDialog的主要文件,skin就是你需要使用的皮膚
script src="artDialog.js?skin=default"/script
(2)如果你是使用的Jquery框架,則引入jQuery版本的
scriptsrc="jquery.artDialog.js?skin=default"/script
(3)如果你使用了iframe,那么你需要在引入iframeTools.js
scriptsrc="artDialog.iframeTools.js"/script??
jQuery 核心函數(shù)
jQuery(expr, [context])
jQuery(html, [ownerDoc])
jQuery(elements)
jQuery(callback)
jQuery 對象訪問
each(callback)
size()
length
selector
context
get()
get(index)
index(subject)
數(shù)據(jù)緩存
data(name , [value])
removeData(name)
queue(name ,[cb|queue])
dequeue(name)
插件機制
jQuery.fn.extend(object)
jQuery.extend(object)
多庫共存
jQuery.noConflict([extreme])
屬性
屬性
attr(name)
attr(properties)
attr(key, value)
attr(key, fn)
removeAttr(name)
CSS 類
addClass(class)
removeClass([class])
toggleClass(class [, switch])
HTML代碼
html( [val] )
文本
text( [val] )
值
val( [val] )
CSS
CSS
css(name)
css(properties)
css(name, value)
位置
offset()
position()
scrollTop( [val] )
scrollLeft( [val] )
尺寸
height( [val] )
width( [val] )
innerHeight()
innerWidth()
outerHeight(options)
outerWidth(options)
選擇器
基本
#id
element
.class
*
selector1,selector2,selectorN
層級
ancestor descendant
parent child
prev + next
prev ~ siblings
基本
:first
:last
:not
:even
:odd
:eq
:gt
:lt
:header
:animated
內(nèi)容
:contains
:empty
:has
:parent
可見性
:hidden
:visible
屬性
[attribute]
[attribute=value]
[attribute!=value]
[attribute^=value]
[attribute$=value]
[attribute*=value]
[attrSel1][attrSel2][attrSelN]
子元素
:nth-child
:first-child
:last-child
:only-child
表單
:input
:text
:password
:radio
:checkbox
:submit
:image
:reset
:button
:file
:hidden
表單對象屬性
:enabled
:disabled
:checked
:selected
文檔處理
內(nèi)部插入
append(content)
appendTo(content)
prepend(content)
prependTo(content)
外部插入
after(content)
before(content)
insertAfter(content)
insertBefore(content)
包裹
wrap(html)
wrap(elem)
wrapAll(html)
wrapAll(elem)
wrapInner(html)
wrapInner(elem)
替換
replaceWith(content)
replaceAll(selector)
刪除
empty()
remove([expr])
復(fù)制
clone()
clone(true)
篩選
過濾
eq(index)
hasClass(class)
filter(expr)
filter(fn)
is(expr)
map(callback)
not(expr)
slice(start, )
查找
add(expr)
children([expr])
closest([expr])
contents()
find(expr)
next([expr])
nextAll([expr])
offsetParent()
parent([expr])
parents([expr])
prev([expr])
prevAll([expr])
siblings([expr])
串聯(lián)
andSelf()
end()
事件
頁面載入
ready(fn)
事件處理
bind(type, [data], fn)
one(type, [data], fn)
trigger(type, [data])
triggerHandler(type, [data])
unbind([type], [data])
事件委派
live(type, fn)
die([type], [fn])
事件切換
hover(over, out)
toggle(fn, fn2, [fn3, fn4, ...])
事件
blur( [fn] )
change( [fn] )
click( [fn] )
dblclick( [fn] )
error( [fn] )
focus( [fn] )
keydown( [fn] )
keypress( [fn] )
keyup( [fn] )
mousedown(fn)
mousemove(fn)
mouseout(fn)
mouseover(fn)
mouseup(fn)
resize(fn)
scroll(fn)
select( [fn] )
submit( [fn] )
unload(fn)
效果
基本
show()
show(speed, [callback])
hide()
hide(speed, [callback])
toggle()
toggle(switch)
toggle(speed, [callback])
滑動
slideDown(speed, [callback])
slideUp(speed, [callback])
slideToggle(speed, [callback])
淡入淡出
fadeIn(speed, [callback])
fadeOut(speed, [callback])
fadeTo(speed, opacity, [fn])
自定義
animate(param,[dur],[e],[fn])
animate(params, options)
stop([clearQueue], [gotoEnd])
設(shè)置
jQuery.fx.off
Ajax
Ajax 請求
$.ajax([options])
load(url, [data], [callback])
$.get(url, [data], [fn], [type])
$.getJSON(url, [data], [fn])
$.getScript(url, [callback])
$.post(url, [data], [fn], [type])
Ajax 事件
ajaxComplete(callback)
ajaxError(callback)
ajaxSend(callback)
ajaxStart(callback)
ajaxStop(callback)
ajaxSuccess(callback)
其它
$.ajaxSetup([options])
serialize()
serializeArray()
工具
瀏覽器及特性檢測
$.support
$.browser
$.browser.version
$.boxModel
數(shù)組和對象操作
$.each(object, [callback])
$.extend([d],tgt,obj1,[objN])
$.grep(array, fn, [invert])
$.makeArray(obj)
$.map(array, callback)
$.inArray(value, array)
$.merge(first, second)
$.unique(array)
測試操作
$.isArray(obj)
$.isFunction(obj)
字符串操作
$.trim(str)
URL
$.param(obj)